Minor documentation change
[pandora-libraries.git] / minimenu / mmcustom_cats.c
index 7cb341a..445a81d 100644 (file)
@@ -79,7 +79,7 @@ unsigned char mmcustom_setup ( void ) {
 
     } // while
 
-    pnd_log ( pndn_rem, "Found %u custom categories.\n", mmcustom_count );
+    //pnd_log ( pndn_rem, "Found %u custom categories.\n", mmcustom_count );
 
   } // loaded already?
 
@@ -95,6 +95,10 @@ void mmcustom_shutdown ( void ) {
   return;
 }
 
+unsigned char mmcustom_is_ready ( void ) {
+  return ( loaded );
+}
+
 unsigned char mmcustom_write ( char *fullpath /* if NULL, uses canonical location */ ) {
 
   if ( ! fullpath ) {