summaryrefslogtreecommitdiff
path: root/gtk/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme.h')
-rw-r--r--gtk/theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/theme.h b/gtk/theme.h
index 175757b4a..b3059ee93 100644
--- a/gtk/theme.h
+++ b/gtk/theme.h
@@ -30,8 +30,8 @@ typedef enum search_buttons {
} nsgtk_search_buttons;
struct nsgtk_theme {
- GtkImage *image[PLACEHOLDER_BUTTON];
- GtkImage *searchimage[SEARCH_BUTTONS_COUNT];
+ GtkImage *image[PLACEHOLDER_BUTTON];
+ GtkImage *searchimage[SEARCH_BUTTONS_COUNT];
/* apng throbber element */
};