X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=minimenu%2Fmmconf.c;fp=minimenu%2Fmmconf.c;h=c038e2eb05867247ff0c98fba443ca647b87857a;hb=8290d9ca651c95ff7f5108b7019987162293287c;hp=3f2fac233f7c39143c4b8592a3c5c2e1a11e6c48;hpb=834f86891a623462c3091c7d725e4b0054ef4bbf;p=pandora-libraries.git diff --git a/minimenu/mmconf.c b/minimenu/mmconf.c index 3f2fac2..c038e2e 100644 --- a/minimenu/mmconf.c +++ b/minimenu/mmconf.c @@ -682,7 +682,7 @@ unsigned char conf_write ( pnd_conf_handle h, char *fullpath ) { // does item begin with app or tab tag? char *k = pnd_box_get_key ( v ); - if ( k && + if ( k && ( strncasecmp ( k, "appshow.", 8 ) == 0 || strncasecmp ( k, "tabshow.", 8 ) == 0 ) ) @@ -818,7 +818,7 @@ void conf_reset_to_default ( pnd_conf_handle h ) { // does item begin with app or tab tag? char *k = pnd_box_get_key ( v ); - if ( k && + if ( k && ( strncasecmp ( k, "appshow.", 8 ) == 0 || strncasecmp ( k, "tabshow.", 8 ) == 0 ) )