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