Module: deluge
Branch: master
Commit: 974f48380f3c9b1f570902f1249cf05b8b7e393f

Author: Calum Lind <[email protected]>
Date:   Sun May 22 19:58:07 2011 +0100

Change default value of close_to_tray to False

Prevents default install of Deluge disappearing if tray icon is missing.

---

 deluge/ui/gtkui/gtkui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/ui/gtkui/gtkui.py b/deluge/ui/gtkui/gtkui.py
index b87c56a..eed6551 100644
--- a/deluge/ui/gtkui/gtkui.py
+++ b/deluge/ui/gtkui/gtkui.py
@@ -114,7 +114,7 @@ DEFAULT_PREFS = {
     "interactive_add": True,
     "focus_add_dialog": True,
     "enable_system_tray": True,
-    "close_to_tray": True,
+    "close_to_tray": False,
     "start_in_tray": False,
     "enable_appindicator": False,
     "lock_tray": False,

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to