1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

More fixes to the themeability of wicd

This commit is contained in:
David Paleino
2012-11-18 09:25:58 +01:00
parent 666a8de503
commit 9e5d6aab25
4 changed files with 16 additions and 19 deletions

View File

@@ -232,10 +232,7 @@ class appGui(object):
self.status_area.hide_all()
if os.path.exists(os.path.join(wpath.images, "wicd.png")):
self.window.set_icon_from_file(
os.path.join(wpath.images, "wicd.png")
)
self.window.set_icon_name('wicd-gtk')
self.statusID = None
self.first_dialog_load = True
self.is_visible = True