missing line :)
This commit is contained in:
parent
4a71cb6de8
commit
a13ca3a09b
1 changed files with 1 additions and 0 deletions
|
@ -1118,6 +1118,7 @@ class Groupchat_window:
|
||||||
model = widget.get_model()
|
model = widget.get_model()
|
||||||
iter = model.get_iter(path)
|
iter = model.get_iter(path)
|
||||||
if len(path) == 2:
|
if len(path) == 2:
|
||||||
|
room_jid = self.get_active_jid()
|
||||||
self.mk_menu(room_jid, event, iter)
|
self.mk_menu(room_jid, event, iter)
|
||||||
return True
|
return True
|
||||||
if event.button == 1:
|
if event.button == 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue