diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-10-11 09:12:11 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-10-11 09:12:11 +0000 |
| commit | 6cba2061d63e45922d12fd90f42f2501f6606440 (patch) | |
| tree | e785b8e0d26f88f5adc533d61a68bf4d542e2ad2 /apps/plugin.h | |
| parent | aa84a99caf7abd4c1623e02d13f99efb1cd5895d (diff) | |
| download | rockbox-6cba2061d63e45922d12fd90f42f2501f6606440.zip rockbox-6cba2061d63e45922d12fd90f42f2501f6606440.tar.gz rockbox-6cba2061d63e45922d12fd90f42f2501f6606440.tar.bz2 rockbox-6cba2061d63e45922d12fd90f42f2501f6606440.tar.xz | |
forgot one file, fixes yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23094 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 b060104..12ad3c0 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, char* title, + void (*gui_synclist_set_title)(struct gui_synclist *lists, const char* title, enum themable_icons icon); enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message, const struct text_message * yes_message, |