Changeset 6402
- Timestamp:
- 05/31/06 20:57:49 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/history_manager.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/history_manager.py
r6260 r6402 58 58 59 59 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 60 64 if not os.path.exists(LOG_DB_PATH): 61 65 dialogs.ErrorDialog(_('Cannot find history logs database'),
