select row on right click in gc

This commit is contained in:
Nikos Kouremenos 2005-05-31 17:49:35 +00:00
parent 490f24e86c
commit ea6efc08a0
1 changed files with 1 additions and 0 deletions

View File

@ -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: