From 8017a9d3cb764c0df52063fceb97900d6ce6a73b Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 20 Sep 2005 18:12:39 +0000 Subject: [PATCH] comment --- src/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index 631b46d40..57d18f0be 100644 --- a/src/chat.py +++ b/src/chat.py @@ -351,7 +351,6 @@ class Chat: self.popup_is_shown = True menu.connect('deactivate', self.on_popup_deactivate) menu.popup(None, None, self.position_actions_menu, 1, 0) - #menu.popup(None, None, None, 1, 0) menu.show_all() def position_actions_menu(self, menu): @@ -370,6 +369,7 @@ class Chat: # now move the menu below the button y += self.actions_button.allocation.height + # push_in is True so all menu is always inside screen push_in = True return (x, y, push_in)