1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 05:18:02 +01:00

Fixup the icon fallout from splitting the gtk code out.

This commit is contained in:
Robby Workman
2010-01-02 23:14:17 -06:00
parent df1168ee04
commit 79e013c708
14 changed files with 13 additions and 13 deletions

View File

@@ -151,7 +151,7 @@ class appGui(object):
gladefile = os.path.join(wpath.gtk, "wicd.glade")
self.wTree = gtk.glade.XML(gladefile)
self.window = self.wTree.get_widget("window1")
self.window.set_icon_name("wicd-client")
self.window.set_icon_name("wicd-gtk")
size = daemon.ReadWindowSize("main")
width = size[0]
height = size[1]