changeset 2ab9a430a6a7 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=2ab9a430a6a7
description: Add copy link location context menu item for xmpp links. Fixes
#7105
diffstat:
src/conversation_textview.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 68d91a74726b -r 2ab9a430a6a7 src/conversation_textview.py
--- a/src/conversation_textview.py Wed Feb 15 20:22:46 2012 +0100
+++ b/src/conversation_textview.py Fri Feb 17 10:58:19 2012 +0400
@@ -934,7 +934,8 @@
childs[6].hide() # join group chat
childs[7].hide() # add to roster
- childs[0].hide() # copy link location
+ if kind != 'xmpp':
+ childs[0].hide() # copy link location
childs[1].hide() # open link in browser
menu.popup(None, None, None, event.button, event.time)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits