[sulfur] never hide main window, this is against sulfur love

This commit is contained in:
Fabio Erculiani
2010-01-07 14:17:38 +01:00
parent ac90bbe140
commit e7e53c1944

View File

@@ -86,7 +86,6 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin):
# Create and ui object contains the widgets.
ui = UI( const.GLADE_FILE, 'main', 'entropy' )
ui.main.hide()
# init the Controller Class to connect signals.
Controller.__init__( self, ui )