Changeset 7466

Show
Ignore:
Timestamp:
11/18/06 21:50:46 (2 years ago)
Author:
asterix
Message:

80 margin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gajim.py

    r7460 r7466  
    19641964                self.show_vcard_when_connect = [] 
    19651965 
    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') 
    19671967                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) 
    19691970                self.roster.window.set_icon_from_file(path_to_file) # and to roster window 
    19701971                self.sleeper = common.sleepy.Sleepy(