From 10dd7630e00b7ee0eaae55e24575d2ec2a9ed599 Mon Sep 17 00:00:00 2001 From: Denis Fomin <fominde@gmail.com> Date: Sat, 24 Aug 2013 15:17:45 +0400 Subject: [PATCH] Change history icon if theme have 'document-open-recent' icon. --- src/gui_menu_builder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui_menu_builder.py b/src/gui_menu_builder.py index 4471c9c6dc..9616f43198 100644 --- a/src/gui_menu_builder.py +++ b/src/gui_menu_builder.py @@ -253,7 +253,8 @@ control=None, gc_contact=None, is_anonymous=True): 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', -- GitLab