···148148static int bookmark_load_menu_wrapper(void)
149149{
150150 if (get_current_activity() == ACTIVITY_CONTEXTMENU) /* get rid of parent activity */
151151- pop_current_activity(ACTIVITY_REFRESH_DEFERRED); /* when called from ctxt menu */
151151+ pop_current_activity_without_refresh(); /* when called from ctxt menu */
152152153153 return bookmark_load_menu();
154154}
···474474static int wps_view_cur_playlist(void)
475475{
476476 if (get_current_activity() == ACTIVITY_CONTEXTMENU) /* get rid of parent activity */
477477- pop_current_activity(ACTIVITY_REFRESH_DEFERRED); /* when called from ctxt menu */
477477+ pop_current_activity_without_refresh(); /* when called from ctxt menu */
478478479479 playlist_viewer_ex(NULL, NULL);
480480···15201520static int browse_id3_wrapper(void)
15211521{
15221522 if (get_current_activity() == ACTIVITY_CONTEXTMENU) /* get rid of parent activity */
15231523- pop_current_activity(ACTIVITY_REFRESH_DEFERRED); /* when called from ctxt menu */
15231523+ pop_current_activity_without_refresh(); /* when called from ctxt menu */
1524152415251525 if (browse_id3(audio_current_track(),
15261526 playlist_get_display_index(),
···19791979 menu_selection = do_menu(menu, NULL, NULL, false);
1980198019811981 if (get_current_activity() == ACTIVITY_CONTEXTMENU) /* Activity may have been */
19821982- pop_current_activity(ACTIVITY_REFRESH_NOW); /* popped already by menu item */
19821982+ pop_current_activity(); /* popped already by menu item */
1983198319841984 switch (menu_selection)
19851985 {