conduit r1875 - in trunk: . conduit/gtkui



Author: jstowers
Date: Mon Feb 16 07:49:35 2009
New Revision: 1875
URL: http://svn.gnome.org/viewvc/conduit?rev=1875&view=rev

Log:
2009-02-16  John Stowers  <john stowers gmail com>

	* conduit/gtkui/UI.py: Show the popup menu over
	the status icon. Patch by Christian Hergert.



Modified:
   trunk/ChangeLog
   trunk/conduit/gtkui/UI.py

Modified: trunk/conduit/gtkui/UI.py
==============================================================================
--- trunk/conduit/gtkui/UI.py	(original)
+++ trunk/conduit/gtkui/UI.py	Mon Feb 16 07:49:35 2009
@@ -757,7 +757,7 @@
         self.conduitApplication.Cancel()
 
     def on_popup_menu(self, status, button, time):
-        self.menu.popup(None, None, None, button, time)
+        self.menu.popup(None, None, gtk.status_icon_position_menu, button, time, data=status)
 
     def on_quit(self, data):
         self.conduitApplication.Quit()



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