Skip to content
Snippets Groups Projects
Commit 851457ba authored by nkour's avatar nkour
Browse files

add a fixme

parent dc748962
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment