1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-30 18:32:28 +01:00

Set the SVG wicd icon as the window icon in wicd-client.

This commit is contained in:
Andrew Psaltis
2009-04-22 12:13:06 -04:00
parent 5b8819bc6c
commit 4998d8c83e

View File

@@ -149,6 +149,7 @@ class appGui(object):
gladefile = os.path.join(wpath.share, "wicd.glade")
self.wTree = gtk.glade.XML(gladefile)
self.window = self.wTree.get_widget("window1")
self.window.set_icon_from_file(wpath.icons +'scalable/apps/wicd-client.svg')
size = daemon.ReadWindowSize("main")
width = size[0]
height = size[1]