From a1a86549fc32a763b4208005306cd3be3adb41e5 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Thu, 4 Aug 2011 12:36:32 +0530 Subject: Trying disabled icon for volume create. If this works fine on windows, we need to create them for all other icons. --- src/com.gluster.storage.management.gui/plugin.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/com.gluster.storage.management.gui/plugin.xml') diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index 46326351..2f7888df 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -435,6 +435,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.StartVolumeAction" definitionId="com.gluster.storage.management.gui.commands.StartVolume" + disabledIcon="icons/tango/32x32/start-volume-disabled.png" icon="icons/tango/32x32/start-volume.png" id="com.gluster.storage.management.gui.actions.StartVolumeAction" label="&Start Volume(s)" @@ -588,6 +589,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.StartVolumeAction" definitionId="com.gluster.storage.management.gui.commands.StartVolume" + disabledIcon="icons/tango/32x32/start-volume-disabled.png" icon="icons/tango/32x32/start-volume.png" id="com.gluster.storage.management.gui.actions.StartVolumeAction" label="&Start Volume" @@ -633,6 +635,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.CreateVolumeAction" definitionId="com.gluster.storage.management.gui.commands.CreateVolume" + disabledIcon="icons/tango/32x32/create-volume-disabled.png" icon="icons/tango/32x32/create-volume.png" id="com.gluster.storage.management.gui.actions.CreateVolumeAction" label="Create &Volume" -- cgit