ekiga r7445 - in trunk: . src/gui



Author: dsandras
Date: Tue Dec  9 20:58:36 2008
New Revision: 7445
URL: http://svn.gnome.org/viewvc/ekiga?rev=7445&view=rev

Log:
Fixed compilation error with --disable-gnome release reported by
Eugen.


Modified:
   trunk/ChangeLog
   trunk/src/gui/callbacks.cpp

Modified: trunk/src/gui/callbacks.cpp
==============================================================================
--- trunk/src/gui/callbacks.cpp	(original)
+++ trunk/src/gui/callbacks.cpp	Tue Dec  9 20:58:36 2008
@@ -59,7 +59,8 @@
 #define WIN32_HELP_FILE "index.html"
 #endif
 
-#undef GTK_DISABLE_DEPRECATED
+#include <glib/gi18n.h>
+
 #ifdef HAVE_GNOME
 #include <gnome.h>
 #endif



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