[Xfce4-commits] [apps/xfce4-screensaver] 269/425: GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECK
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:51:56 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit 15d98b9835333ba174687b4ec58eae7bcc7d94e2
Author: raveit65 <chat-to-me at raveit.de>
Date: Sun Oct 2 07:48:32 2016 +0200
GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECK
fixes https://github.com/mate-desktop/mate-screensaver/issues/104
---
src/gs-grab-x11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gs-grab-x11.c b/src/gs-grab-x11.c
index 2133e6d..6f1a58f 100644
--- a/src/gs-grab-x11.c
+++ b/src/gs-grab-x11.c
@@ -73,7 +73,7 @@ grab_string (int status)
return "GrabNotViewable";
case GDK_GRAB_FROZEN:
return "GrabFrozen";
-#if GTK_CHECK_VERSION (3, 0, 0)
+#if GTK_CHECK_VERSION (3, 16, 0)
case GDK_GRAB_FAILED:
return "GrabFailed";
#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list