diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c b/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c index 6b2009a7..826d1b79 100644 --- a/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c +++ b/src/fs/gnunet-fs-gtk-anonymity_spin_buttons.c | |||
@@ -34,6 +34,7 @@ | |||
34 | void | 34 | void |
35 | GNUNET_GTK_anonymity_spin_button_value_changed_cb (GtkWidget * w, gpointer data) | 35 | GNUNET_GTK_anonymity_spin_button_value_changed_cb (GtkWidget * w, gpointer data) |
36 | { | 36 | { |
37 | #ifdef GdkRBGA | ||
37 | GtkSpinButton *spin; | 38 | GtkSpinButton *spin; |
38 | gint val; | 39 | gint val; |
39 | GdkRGBA bcolor; | 40 | GdkRGBA bcolor; |
@@ -64,6 +65,7 @@ GNUNET_GTK_anonymity_spin_button_value_changed_cb (GtkWidget * w, gpointer data) | |||
64 | gtk_widget_override_background_color (w, GTK_STATE_NORMAL, NULL); | 65 | gtk_widget_override_background_color (w, GTK_STATE_NORMAL, NULL); |
65 | gtk_widget_override_color (w, GTK_STATE_NORMAL, NULL); | 66 | gtk_widget_override_color (w, GTK_STATE_NORMAL, NULL); |
66 | } | 67 | } |
68 | #endif | ||
67 | } | 69 | } |
68 | 70 | ||
69 | 71 | ||