You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by do...@apache.org on 2013/09/12 06:49:13 UTC

svn commit: r1522398 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LabelListView.java

Author: dongxu
Date: Thu Sep 12 04:49:12 2013
New Revision: 1522398

URL: http://svn.apache.org/r1522398
Log:
compize the label list

Modified:
    james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LabelListView.java

Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LabelListView.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LabelListView.java?rev=1522398&r1=1522397&r2=1522398&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LabelListView.java (original)
+++ james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LabelListView.java Thu Sep 12 04:49:12 2013
@@ -323,7 +323,7 @@ public class LabelListView extends Compo
 						updateRowCount(-1, true);
 					} else {
 						for (ImapFolder folder : response) {
-							fillCellList(folderNodes, folder, LabelNode.ROOT, INTENTS);
+							fillCellList(folderNodes, folder, LabelNode.ROOT, "");
 						}
 						updateRowData(start, folderNodes);
 					}



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org