From 1807e468fe1f30231248b41cee709d918ae91c73 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 2 Apr 2013 16:50:42 +0200 Subject: Fix typo in previous Perberos commit --- src/math-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/math-window.c b/src/math-window.c index 0c2ba4c..0ab882d 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -17,7 +17,7 @@ #include "utility.h" // gtk3 hack -#if !GLIB_CHECK_VERSION (3, 0, 0) +#if !GTK_CHECK_VERSION (3, 0, 0) #ifndef GDK_KEY_F1 #define GDK_KEY_F1 GDK_F1 @@ -32,7 +32,7 @@ #endif #else // gtk 3.0.0 - + #define gtk_vbox_new(x,y) \ gtk_box_new(GTK_ORIENTATION_VERTICAL, y) -- cgit v1.2.1