summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-27 02:38:31 +0200
committerStefano Karapetsas <[email protected]>2013-10-27 02:38:31 +0200
commit603813e094a40707eb0d9e4238348c6bdf857993 (patch)
tree0aff52df0cde8bbcf0b219207334d5bc814a25a3
parenta7a5e35d8a5418d9b9939f6de99367f72ded7b6d (diff)
downloadmate-panel-603813e094a40707eb0d9e4238348c6bdf857993.tar.bz2
mate-panel-603813e094a40707eb0d9e4238348c6bdf857993.tar.xz
Fix variables for GTK2
-rw-r--r--mate-panel/button-widget.c4
1 files 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