summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSelvasundaram <selvam@gluster.com>2011-08-04 18:13:30 +0530
committerSelvasundaram <selvam@gluster.com>2011-08-04 18:14:39 +0530
commita1b08960d702da1fd46bd662c9a44e7e2599d001 (patch)
treee7b96562d52828c3e4bcbd89781ea11252502aaa /src
parenta1a6e57b9b9327746f2bd5062f01f1646c883549 (diff)
Bug 3330 - Once volume creation fails the creation dialog should stay on the screen -fix
Diffstat (limited to 'src')
-rw-r--r--src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumeWizard.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumeWizard.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumeWizard.java
index 0d8104bb..287be661 100644
--- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumeWizard.java
+++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumeWizard.java
@@ -57,6 +57,7 @@ public class CreateVolumeWizard extends Wizard {
handlePartSuccess(newVolume, volumesClient, errMsg);
} else {
MessageDialog.openError(getShell(), title, "Volume creation failed! Error: " + errMsg);
+ return false;
}
}