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

This commit is contained in:
Denis Fomin 2013-08-24 15:17:45 +04:00
parent 91b3e67ccd
commit 10dd7630e0
1 changed files with 2 additions and 1 deletions

View File

@ -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',