Updating branch refs/heads/master
         to 4401783edf202a815b2442c29941cb53b75b58c1 (commit)
       from c17242cb0d8ca4526a779aaf8eebd36ff94f038b (commit)

commit 4401783edf202a815b2442c29941cb53b75b58c1
Author: Nick Schermer <[email protected]>
Date:   Sun Nov 4 17:26:06 2012 +0100

    Avoid deprecation warnings.

 exo/exo-simple-job.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/exo/exo-simple-job.c b/exo/exo-simple-job.c
index fa0df51..174403f 100644
--- a/exo/exo-simple-job.c
+++ b/exo/exo-simple-job.c
@@ -32,6 +32,9 @@
 #include <string.h>
 #endif
 
+/* avoid waring in the gvalue collector, since it will break the api */
+#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_30
+
 #include <gobject/gvaluecollector.h>
 
 #include <exo/exo-job.h>
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to