Changeset 6349
- Timestamp:
- 05/21/06 22:42:26 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/history_manager.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/history_manager.py
r6266 r6349 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'),
