summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar-skinned.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar-skinned.c')
-rw-r--r--apps/gui/statusbar-skinned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar-skinned.c b/apps/gui/statusbar-skinned.c
index 8eb082d50f..213d8a1777 100644
--- a/apps/gui/statusbar-skinned.c
+++ b/apps/gui/statusbar-skinned.c
@@ -48,7 +48,7 @@ static struct wps_sync_data sb_skin_sync_data = { .do_full_update = false
48 48
49/* initial setup of wps_data */ 49/* initial setup of wps_data */
50static int update_delay = DEFAULT_UPDATE_DELAY; 50static int update_delay = DEFAULT_UPDATE_DELAY;
51struct wps_token *found_token; 51static struct wps_token *found_token;
52static int set_title_worker(char* title, enum themable_icons icon, 52static int set_title_worker(char* title, enum themable_icons icon,
53 struct wps_data *data, struct skin_element *root) 53 struct wps_data *data, struct skin_element *root)
54{ 54{