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

select row on right click in gc

parent 490f24e8
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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