summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-02 16:50:42 +0200
committerStefano Karapetsas <[email protected]>2013-04-02 16:50:42 +0200
commit1807e468fe1f30231248b41cee709d918ae91c73 (patch)
treeb0f53178111d867621c46b00fa001a0795229040
parent379c86ba3ee14731f90fd4bf602e18a2d90c1e5d (diff)
downloadmate-calc-1807e468fe1f30231248b41cee709d918ae91c73.tar.bz2
mate-calc-1807e468fe1f30231248b41cee709d918ae91c73.tar.xz
Fix typo in previous Perberos commit
-rw-r--r--src/math-window.c4
1 files changed, 2 insertions, 2 deletions
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)