Display the full name in the ACL. The full name is displayed once right click and...
[pithos] / src / gr / ebs / gss / client / AbstractPropertiesDialog.java
index 45cf399..b940e66 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
+ * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.\r
  *\r
  * This file is part of GSS.\r
  *\r
  *\r
  * This file is part of GSS.\r
  *\r
@@ -87,7 +87,6 @@ public abstract class AbstractPropertiesDialog extends DialogBox {
                                TagsResource tagr = getResult();\r
                                List<String> userTags = tagr.getTags();\r
                                Anchor tag = null;\r
                                TagsResource tagr = getResult();\r
                                List<String> userTags = tagr.getTags();\r
                                Anchor tag = null;\r
-                               Label label = null;\r
                                for(String usrTag : userTags){\r
                                        tag = new Anchor(usrTag.toString(), false);\r
                                        tag.addStyleName("gss-tag");\r
                                for(String usrTag : userTags){\r
                                        tag = new Anchor(usrTag.toString(), false);\r
                                        tag.addStyleName("gss-tag");\r
@@ -111,8 +110,6 @@ public abstract class AbstractPropertiesDialog extends DialogBox {
                                                }\r
                                        });\r
                                }\r
                                                }\r
                                        });\r
                                }\r
-\r
-                               allTagsContent.add(label);\r
                        }\r
 \r
                        @Override\r
                        }\r
 \r
                        @Override\r