do not show the "Save as" option on multiple selection
authorFotis Stamatelopoulos <fstamatelopoulos@gmail.com>
Wed, 8 Jul 2009 15:23:41 +0000 (18:23 +0300)
committerFotis Stamatelopoulos <fstamatelopoulos@gmail.com>
Wed, 8 Jul 2009 15:23:41 +0000 (18:23 +0300)
src/gr/ebs/gss/client/FileContextMenu.java

index d4866a5..84eb7b3 100644 (file)
@@ -205,6 +205,7 @@ public class FileContextMenu extends PopupPanel implements ClickListener {
                updateItem.setVisible(false);
                propItem.setVisible(false);
                downloadItem.setVisible(false);
+               saveAsItem.setVisible(false);
                sharingItem.setVisible(false);
        }