fix a tb until we have the menu working there too

This commit is contained in:
Nikos Kouremenos 2005-08-08 09:51:48 +00:00
parent 857a885f7b
commit 99f1f4acc4
1 changed files with 2 additions and 2 deletions

View File

@ -452,8 +452,8 @@ class Chat:
def on_tab_eventbox_button_press_event(self, widget, event, child):
if event.button == 3:
self.popup_is_shown = True
menu.connect('deactivate', self.on_popup_deactivate)
#self.popup_is_shown = True
#menu.connect('deactivate', self.on_popup_deactivate)
n = self.notebook.page_num(child)
self.notebook.set_current_page(n)