Skip to content
Snippets Groups Projects
Commit 0e1a0c66 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

80 margin

parent 5b49eaae
No related branches found
No related tags found
No related merge requests found
......@@ -1963,9 +1963,10 @@ def __init__(self):
self.show_vcard_when_connect = []
path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps/gajim.png')
path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps', 'gajim.png')
pix = gtk.gdk.pixbuf_new_from_file(path_to_file)
gtk.window_set_default_icon(pix) # set the icon to all newly opened windows
# set the icon to all newly opened windows
gtk.window_set_default_icon(pix)
self.roster.window.set_icon_from_file(path_to_file) # and to roster window
self.sleeper = common.sleepy.Sleepy(
gajim.config.get('autoawaytime') * 60, # make minutes to seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment