deskbar-applet r2042 - in trunk: . deskbar/ui/preferences



Author: sebp
Date: Tue Mar 25 17:46:02 2008
New Revision: 2042
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2042&view=rev

Log:
Forgot to actually run dialog when module has been installed

Modified:
   trunk/ChangeLog
   trunk/deskbar/ui/preferences/DeskbarPreferences.py

Modified: trunk/deskbar/ui/preferences/DeskbarPreferences.py
==============================================================================
--- trunk/deskbar/ui/preferences/DeskbarPreferences.py	(original)
+++ trunk/deskbar/ui/preferences/DeskbarPreferences.py	Tue Mar 25 17:46:02 2008
@@ -207,6 +207,7 @@
                        buttons=gtk.BUTTONS_OK,
                        message_format=_("Extension has been installed successfully"))
         dialog.connect('response', lambda w, id: dialog.destroy())
+        dialog.run ()
           
     def show_run_hide(self, parent):
         self.dialog.set_screen(parent.get_screen())
@@ -494,7 +495,7 @@
                                  _("Extension could not be installed due a problem with the provided file"),
                                  traceback.format_exc() )
         
-        dialog.run()
+            dialog.run()
         return
     
     def on_button_top_clicked(self, button):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]