changeset fc9fa9717eee in /home/hg/repos/gajim
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=fc9fa9717eee
description: Auto clear/hide search when open a chat. Fixes #7423
diffstat:
src/roster_window.py | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 11260f057f49 -r fc9fa9717eee src/roster_window.py
--- a/src/roster_window.py Sun Aug 11 18:57:02 2013 +0400
+++ b/src/roster_window.py Mon Aug 12 10:45:51 2013 +0400
@@ -334,7 +334,7 @@
return iter_group
def _add_entity(self, contact, account, groups=None,
- big_brother_contact=None, big_brother_account=None):
+ big_brother_contact=None, big_brother_account=None):
"""
Add the given contact to roster data model
@@ -1154,7 +1154,8 @@
self.draw_contact(parent_jid, parent_account)
return False
- def draw_contact(self, jid, account, selected=False, focus=False,
contact_instances=None, contact=None):
+ def draw_contact(self, jid, account, selected=False, focus=False,
+ contact_instances=None, contact=None):
"""
Draw the correct state image, name BUT not avatar
"""
@@ -4131,6 +4132,8 @@
"""
When an iter is double clicked: open the first event window
"""
+ if self.rfilter_enabled:
+ self.disable_rfilter()
if not gajim.single_click:
self.on_row_activated(widget, path)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits