deskbar-applet r2507 - in trunk: . deskbar/ui



Author: sebp
Date: Sat Jan  3 14:28:37 2009
New Revision: 2507
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2507&view=rev

Log:
Fixed bug #558858: Deskbar stops working when closing by 'x'

Modified:
   trunk/ChangeLog
   trunk/deskbar/ui/CuemiacWindowController.py

Modified: trunk/deskbar/ui/CuemiacWindowController.py
==============================================================================
--- trunk/deskbar/ui/CuemiacWindowController.py	(original)
+++ trunk/deskbar/ui/CuemiacWindowController.py	Sat Jan  3 14:28:37 2009
@@ -45,6 +45,8 @@
             self._model.set_window_y(y)
         
         window.hide()
+        
+        return True
 
     def on_show_about(self, sender):
         show_about(self._view.get_toplevel())



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