From 8e33c2f17f90f178af1fd4d1d09fb498f6752a2a Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 11 Oct 2009 09:40:47 +0000 Subject: revert r23093 and r 23094, since the title pointer is used to modify the title of the list from the callback function in one place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23096 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/list.c') diff --git a/apps/gui/list.c b/apps/gui/list.c index ccd8337c5a..d7ecdccd30 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -418,7 +418,7 @@ void gui_list_screen_scroll_out_of_view(bool enable) * both the title and icon. Use NOICON if there is no icon. */ void gui_synclist_set_title(struct gui_synclist * gui_list, - const char * title, enum themable_icons icon) + char * title, enum themable_icons icon) { gui_list->title = title; gui_list->title_icon = icon; -- cgit v1.2.3