mmenu -- minor buglet when trying to create custom subcats for FD cats
[pandora-libraries.git] / minimenu / mmui.c
index 96e4408..7861dd7 100644 (file)
@@ -4023,7 +4023,7 @@ void ui_manage_categories ( void ) {
       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 */ );