add a fixme
This commit is contained in:
parent
dc74896290
commit
851457ba7a
|
@ -464,6 +464,7 @@ class Chat:
|
|||
|
||||
def on_tab_eventbox_button_press_event(self, widget, event, child):
|
||||
if event.button == 3:
|
||||
#FIXME: uncomment this code and make sure we do not send inactive chatstate
|
||||
#self.popup_is_shown = True
|
||||
#menu.connect('deactivate', self.on_popup_deactivate)
|
||||
n = self.notebook.page_num(child)
|
||||
|
|
Loading…
Reference in New Issue