Changeset 6349

Show
Ignore:
Timestamp:
05/21/06 22:42:26 (2 years ago)
Author:
jim++
Message:

Set gajim icon for history manager window too. Fixes #1986.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/history_manager.py

    r6266 r6349  
    5858 
    5959        def __init__(self): 
     60                path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps/gajim.png') 
     61                pix = gtk.gdk.pixbuf_new_from_file(path_to_file) 
     62                gtk.window_set_default_icon(pix) # set the icon to all newly opened windows 
     63                 
    6064                if not os.path.exists(LOG_DB_PATH): 
    6165                        dialogs.ErrorDialog(_('Cannot find history logs database'),