removed clickhandler from dnd icon
authorGiannis Koutsoubos <koutsoub@gmail.com>
Tue, 23 Mar 2010 14:36:51 +0000 (16:36 +0200)
committerGiannis Koutsoubos <koutsoub@gmail.com>
Tue, 23 Mar 2010 14:36:51 +0000 (16:36 +0200)
src/gr/ebs/gss/client/FileList.java

index 240616d..fc331f7 100644 (file)
@@ -236,7 +236,6 @@ public class FileList extends Composite implements ClickHandler {
                nextButton.addClickHandler(this);\r
 \r
                contextMenu = new DnDSimpleFocusPanel(new HTML(AbstractImagePrototype.create(images.fileContextMenu()).getHTML()));\r
-               contextMenu.addClickHandler(new FileContextMenu(images, false, false));\r
                GSS.get().getDragController().makeDraggable(contextMenu);\r
 \r
                // Setup the table.\r