From f5ec3e49e0687eda7b9059942c23321f9878becf Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 17 Dec 2007 02:37:21 +0000 Subject: remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15947 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/main_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus/main_menu.c') diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c index 93d937e6db..a0786f9bc6 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c @@ -361,7 +361,7 @@ static int info_action_callback(int action, struct gui_synclist *lists) ) { #ifndef SIMULATOR - struct info_data *info = (struct info_data *)lists->gui_list[SCREEN_MAIN].data; + struct info_data *info = (struct info_data *)lists->data; info->new_data = true; gui_syncsplash(0, ID2P(LANG_SCANNING_DISK)); fat_recalc_free(IF_MV(0)); -- cgit v1.2.3