fix a tb. thanks deluge
This commit is contained in:
parent
688c92fe4e
commit
588b6b57ae
|
@ -1181,8 +1181,6 @@ current room topic.') % command, room_jid)
|
||||||
# show the popup now!
|
# show the popup now!
|
||||||
menu = xml.get_widget('gc_occupants_menu')
|
menu = xml.get_widget('gc_occupants_menu')
|
||||||
menu.popup(None, None, None, event.button, event.time)
|
menu.popup(None, None, None, event.button, event.time)
|
||||||
self.popup_is_shown = True
|
|
||||||
menu.connect('deactivate', self.on_popup_deactivate)
|
|
||||||
menu.show_all()
|
menu.show_all()
|
||||||
|
|
||||||
def remove_tab(self, room_jid, reason = 'offline'):
|
def remove_tab(self, room_jid, reason = 'offline'):
|
||||||
|
|
Loading…
Reference in New Issue