Skip to content
Snippets Groups Projects
Commit 01946a9b authored by Dicson's avatar Dicson
Browse files

Change history icon if theme have 'document-open-recent' icon.

parent 3b41ce14
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment