[accerciser/macaroon-pygi] Fixing StatusIcon issue



commit 90eda595bdccfb72a20f62317f968c049cfe747b
Author: Javier HernÃndez <jhernandez emergya es>
Date:   Thu Oct 6 15:32:05 2011 +0200

    Fixing StatusIcon issue

 macaroon/macaroon/record/main.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/macaroon/macaroon/record/main.py b/macaroon/macaroon/record/main.py
index 8644620..f50b9c3 100644
--- a/macaroon/macaroon/record/main.py
+++ b/macaroon/macaroon/record/main.py
@@ -98,9 +98,9 @@ class Main:
 
   def _onPopup(self, status_icon, button, activate_time):
     menu = self.ui_manager.get_widget('/popup')
-    menu.popup(None, None, Gtk.status_icon_position_menu, 
+    menu.popup(None, None, Gtk.StatusIcon.position_menu,
                button, activate_time, status_icon)
-    
+ 
   def _onQuit(self, action):
     pyatspi.Registry.stop()
 



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