1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-15 05:25:54 +01:00

Updated Preferences dialog and added test cases for wnettools

This commit is contained in:
Adam Blackburn
2008-12-23 11:39:55 -06:00
parent c737a5d7d2
commit 43d6acfc47
5 changed files with 641 additions and 548 deletions

View File

@@ -364,7 +364,8 @@ class TrayIcon(object):
if DBUS_AVAIL:
self.toggle_wicd_gui()
else:
gui.error(None, language["daemon_unavailable"])
# gui.error(None, language["daemon_unavailable"])
pass
def on_quit(self, widget=None):
""" Closes the tray icon. """