Revert a syntax error.

This commit is contained in:
Cole Robinson 2008-11-19 10:21:22 -05:00
parent 20d5d3bcfc
commit 01ca7b94d6

View File

@ -55,7 +55,7 @@ class vmmErrorDialog (gtk.MessageDialog):
details.show ()
expander.add (sw)
sw.show ()
self.pack_start (expander)
self.vbox.pack_start (expander)
expander.show ()
def show_err(self, summary, details, title=None):