Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
d070d141 by Yann Leboulanger at 2017-08-21T21:59:47+02:00
fix scrolling to iter in groupchat when we receive a pm. Fixes #8635
- - - - -
1 changed file:
- gajim/groupchat_control.py
Changes:
=====================================
gajim/groupchat_control.py
=====================================
--- a/gajim/groupchat_control.py
+++ b/gajim/groupchat_control.py
@@ -1142,7 +1142,7 @@ class GroupchatControl(ChatControlBase):
else:
self._start_private_message(nick)
# Scroll to line
- path_ = path
+ path_ = path.copy()
path_.up()
self.list_treeview.expand_row(path_, False)
self.list_treeview.scroll_to_cell(path)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/d070d141bb3cf4caf11cc94ba9233b134da8b119
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/d070d141bb3cf4caf11cc94ba9233b134da8b119
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits