Changeset 6402

Show
Ignore:
Timestamp:
05/31/06 20:57:49 (3 years ago)
Author:
dkirov
Message:

merge r6349

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/history_manager.py

    r6260 r6402  
    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'),