mmenu -- minor buglet when trying to create custom subcats for FD cats
authorskeezix <skeezix@flotsam-vm.(none)>
Wed, 16 Feb 2011 16:30:38 +0000 (11:30 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Wed, 16 Feb 2011 16:30:38 +0000 (11:30 -0500)
minimenu/mmui.c

index 96e4408..7861dd7 100644 (file)
@@ -4023,7 +4023,7 @@ void ui_manage_categories ( void ) {
       break;
 
     case 3: // register custom sub
       break;
 
     case 3: // register custom sub
-      if ( mmcustom_count ) {
+      if ( 1 /*mmcustom_count -- we allow FD cats now, so this isn't applicable error */ ) {
 
        char *maincat = ui_pick_custom_category ( 1 /* include FD */ );
 
 
        char *maincat = ui_pick_custom_category ( 1 /* include FD */ );