diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-06 13:30:40 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-06 13:30:40 +0000 |
| commit | 5dff8f62c4aa378cf8f736db56f63c7686d095dd (patch) | |
| tree | feee400bb16a72945c391d63f8540c5c9ec7ff3c | |
| parent | 24502fe3de42045237b73953b470d398c59dc4a4 (diff) | |
fix tray information display for non-windows
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7117 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | htroot/Status.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.java b/htroot/Status.java index 7ec67754e..0a3e838c7 100644 --- a/htroot/Status.java +++ b/htroot/Status.java @@ -277,7 +277,7 @@ public class Status { }
if (!OS.isWindows) {
- prop.put("tray", "3");
+ prop.put("tray", "2");
} else if (sb.getConfig("trayIcon", "false").equals("false")) {
prop.put("tray", "0");
} else {
|
