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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user