Fix contextmenus for special folders
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Feb 2009 07:51:36 +0000 (00:51 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Feb 2009 08:05:56 +0000 (01:05 -0700)
imp/js/src/DimpBase.js

index ee0389f..2f11f17 100644 (file)
@@ -1961,7 +1961,7 @@ var DimpBase = {
         case 'special':
             // For purposes of the contextmenu, treat special folders
             // like regular folders.
-            //p.type = 'folder';
+            ftype = 'folder';
             break;
 
         case 'vcontainer':