select row on right click in gc
This commit is contained in:
parent
490f24e86c
commit
ea6efc08a0
|
@ -567,6 +567,7 @@ class Groupchat_window(chat.Chat):
|
|||
except TypeError:
|
||||
widget.get_selection().unselect_all()
|
||||
return False
|
||||
widget.get_selection().select_path(path)
|
||||
model = widget.get_model()
|
||||
iter = model.get_iter(path)
|
||||
if len(path) == 2:
|
||||
|
|
Loading…
Reference in New Issue