From 5dff8f62c4aa378cf8f736db56f63c7686d095dd Mon Sep 17 00:00:00 2001 From: lotus Date: Mon, 6 Sep 2010 13:30:40 +0000 Subject: [PATCH] fix tray information display for non-windows git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7117 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Status.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {