summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-29 22:06:19 +0200
committerinfirit <[email protected]>2014-07-29 23:15:15 +0200
commit987b255e752f5f83a4b932a3b59a2338878f3ed8 (patch)
treecd04fbb988d1644893adf97d7d005a0c3dc6939f
parentfb511ab67fa5072f674a9fc0d43916fb99792e6b (diff)
downloadeom-987b255e752f5f83a4b932a3b59a2338878f3ed8.tar.bz2
eom-987b255e752f5f83a4b932a3b59a2338878f3ed8.tar.xz
print-preview: Fix typo from commit 31434612ce873fba3410bc38d9fbbb0a411b8a5e
-rw-r--r--src/eom-print-preview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-print-preview.c b/src/eom-print-preview.c
index 219db41..8839eaa 100644
--- a/src/eom-print-preview.c
+++ b/src/eom-print-preview.c
@@ -592,7 +592,7 @@ expose_event_cb (GtkDrawingArea *drawing_area,
#endif
gdk_window_get_pointer (gtk_widget_get_window (widget), NULL, NULL, NULL);
-#if !GTK_CHECK_VERSION (3, 0, 0)
+#if GTK_CHECK_VERSION (3, 0, 0)
return TRUE;
#endif
}