Changeset 7466
- Timestamp:
- 11/18/06 21:50:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r7460 r7466 1964 1964 self.show_vcard_when_connect = [] 1965 1965 1966 path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps /gajim.png')1966 path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps', 'gajim.png') 1967 1967 pix = gtk.gdk.pixbuf_new_from_file(path_to_file) 1968 gtk.window_set_default_icon(pix) # set the icon to all newly opened windows 1968 # set the icon to all newly opened windows 1969 gtk.window_set_default_icon(pix) 1969 1970 self.roster.window.set_icon_from_file(path_to_file) # and to roster window 1970 1971 self.sleeper = common.sleepy.Sleepy(
