From 603813e094a40707eb0d9e4238348c6bdf857993 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 27 Oct 2013 02:38:31 +0200 Subject: Fix variables for GTK2 --- mate-panel/button-widget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-panel/button-widget.c b/mate-panel/button-widget.c index 2d3c29b3..a0f08339 100644 --- a/mate-panel/button-widget.c +++ b/mate-panel/button-widget.c @@ -396,10 +396,10 @@ button_widget_expose (GtkWidget *widget, ButtonWidget *button_widget; GtkButton *button; GdkWindow *window; -#if GTK_CHECK_VERSION (3, 0, 0) - GtkStateFlags state_flags; int width; int height; +#if GTK_CHECK_VERSION (3, 0, 0) + GtkStateFlags state_flags; #else GtkAllocation allocation; #endif -- cgit v1.2.1