diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-10-11 09:40:47 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-10-11 09:40:47 +0000 |
| commit | 8e33c2f17f90f178af1fd4d1d09fb498f6752a2a (patch) | |
| tree | 3644b4c62a159bd1696195ebc615e55a606621f5 /apps/plugin.h | |
| parent | 7f836fd8692c445a49dca7078ed4eb81bb7a3d8e (diff) | |
| download | rockbox-8e33c2f17f90f178af1fd4d1d09fb498f6752a2a.zip rockbox-8e33c2f17f90f178af1fd4d1d09fb498f6752a2a.tar.gz rockbox-8e33c2f17f90f178af1fd4d1d09fb498f6752a2a.tar.bz2 rockbox-8e33c2f17f90f178af1fd4d1d09fb498f6752a2a.tar.xz | |
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
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 12ad3c0..b060104 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -352,7 +352,7 @@ struct plugin_api { void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll); bool (*gui_synclist_do_button)(struct gui_synclist * lists, int *action, enum list_wrap wrap); - void (*gui_synclist_set_title)(struct gui_synclist *lists, const char* title, + void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, enum themable_icons icon); enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message, const struct text_message * yes_message, |