changeset 4bb6d0fc725f in /home/hg/repos/gajim

branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=4bb6d0fc725f
description: Change history icon if theme have 'document-open-recent' icon.

diffstat:

 src/gui_menu_builder.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r db4dbea2b7b2 -r 4bb6d0fc725f src/gui_menu_builder.py
--- a/src/gui_menu_builder.py   Sat Aug 24 10:18:23 2013 +0400
+++ b/src/gui_menu_builder.py   Sat Aug 24 15:17:45 2013 +0400
@@ -253,7 +253,8 @@
             account)
     history_menuitem.connect('activate', roster.on_history, contact, account)
     if gtkgui_helpers.gtk_icon_theme.has_icon('document-open-recent'):
-        gtkgui_helpers.add_image_to_menuitem(history_menuitem, 'bookmark-new')
+        gtkgui_helpers.add_image_to_menuitem(history_menuitem,
+            'document-open-recent')
 
     if control:
         convert_to_gc_menuitem.connect('activate',
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to