diff --git a/apps/misc.c b/apps/misc.c index c92e8173fc..e69880fb40 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -229,7 +229,9 @@ bool clean_shutdown(void) #ifdef SIMULATOR exit(0); #else +#ifndef IRIVER_H100 if(!charger_inserted()) +#endif { lcd_clear_display(); splash(0, true, str(LANG_SHUTTINGDOWN)); diff --git a/apps/tree.c b/apps/tree.c index 2fd91db182..25b1796988 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -807,12 +807,14 @@ static bool dirbrowse(void) } break; #endif +#ifndef IRIVER_H100 case TREE_OFF | BUTTON_REPEAT: if (charger_inserted()) { charging_splash(); restore = true; } break; +#endif #endif case TREE_PREV: