summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-05-30 18:19:38 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-05-30 18:19:38 +0530
commit139b3092943c150ebcb22ed27ae22ef12678f0f9 (patch)
treeeb48354790ceef510f870495dc15c646bb0b0d42 /src
parent96716944c2cc864a8e88ec8d47c74b5aaed0aad5 (diff)
parent43f2ff700c4614cc3379a0ef033ff22ea9d873ca (diff)
Merge branch 'volume-logs'
Diffstat (limited to 'src')
-rw-r--r--src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/ClusterSelectionDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/ClusterSelectionDialog.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/ClusterSelectionDialog.java
index e18344c7..342c72e6 100644
--- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/ClusterSelectionDialog.java
+++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/ClusterSelectionDialog.java
@@ -368,7 +368,7 @@ public class ClusterSelectionDialog extends Dialog {
@Override
protected void okPressed() {
- if(selectButton.getSelection()) {
+ if(selectButton != null && selectButton.getSelection()) {
clusterMode = CLUSTER_MODE.SELECT;
clusterName = clusterNameCombo.getText();
} else if(createButton.getSelection()) {