From: skeezix Date: Wed, 16 Feb 2011 16:30:38 +0000 (-0500) Subject: mmenu -- minor buglet when trying to create custom subcats for FD cats X-Git-Tag: sz_beta3~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc86c4abd7c13213dfc10bee604089445ade5c8;p=pandora-libraries.git mmenu -- minor buglet when trying to create custom subcats for FD cats --- diff --git a/minimenu/mmui.c b/minimenu/mmui.c index 96e4408..7861dd7 100644 --- a/minimenu/mmui.c +++ b/minimenu/mmui.c @@ -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 */ );