Updating images for system tray.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9027 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-08-28 17:58:02 +00:00
committed by derek
parent 16af18258f
commit 44fa98fbef
6 changed files with 8 additions and 4 deletions

View File

@ -279,6 +279,7 @@ public class SparkRes {
public static final String GTALK_TRANSPORT_INACTIVE_IMAGE = "GTALK_TRANSPORT_INACTIVE_IMAGE";
public static final String XMPP_TRANSPORT_ACTIVE_IMAGE = "XMPP_TRANSPORT_ACTIVE_IMAGE";
public static final String XMPP_TRANSPORT_INACTIVE_IMAGE = "XMPP_TRANSPORT_INACTIVE_IMAGE";
public static final String OFFLINE_IMAGE = "OFFLINE_IMAGE";
static ClassLoader cl = SparkRes.class.getClassLoader();

View File

@ -177,8 +177,9 @@ ADD_IMAGE_24x24 = images/add_24x24.png
TELEPHONE_24x24 = images/telephone_24x24.png
IM_DND = images/im_dnd.png
IM_AWAY = images/im_away.png
MESSAGE_AWAY = images/message_away.png
MESSAGE_DND = images/message_dnd.png
MESSAGE_AWAY = images/Away.png
MESSAGE_DND = images/DoNotDisturb.png
OFFLINE_IMAGE = images/Offline.png
ERASER_IMAGE = images/eraser.png
TOOLBAR_BACKGROUND = images/toolbar.png
TRAFFIC_LIGHT_IMAGE = images/traffic-light.png

View File

@ -92,8 +92,10 @@ public class PluginManager implements MainWindowListener {
Log.error(e);
}
movePlugins();
// Do not use deployable plugins if not installed.
if (System.getProperty("plugin") == null) {
movePlugins();
}
SparkManager.getMainWindow().addMainWindowListener(this);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB