[empathy] Work around GCompletion deprecation for the time being



commit f563f6d7383c61c560d22a7e500dddb499cdea11
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Tue Jun 29 13:58:20 2010 +1000

    Work around GCompletion deprecation for the time being

 libempathy-gtk/empathy-chat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 52405ec..d50bfe4 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -30,6 +30,7 @@
 #include <string.h>
 #include <stdlib.h>
 
+#undef G_DISABLE_DEPRECATED /* for GCompletion */
 #include <gdk/gdkkeysyms.h>
 #include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]