]> git.0d.be Git - empathy.git/commitdiff
-Fix use of include <config.h> to make sure translations work
authorKjartan Maraas <kmaraas@gnome.org>
Tue, 29 Mar 2011 17:03:09 +0000 (19:03 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 4 Apr 2011 13:43:01 +0000 (15:43 +0200)
13 files changed:
libempathy-gtk/empathy-contact-blocking-dialog.c
libempathy-gtk/empathy-contact-search-dialog.c
libempathy/empathy-account-settings.c
libempathy/empathy-auth-factory.c
libempathy/empathy-connection-managers.c
libempathy/empathy-debug.h
libempathy/empathy-ft-handler.c
libempathy/empathy-presence-manager.c
libempathy/empathy-server-sasl-handler.c
libempathy/empathy-server-tls-handler.c
libempathy/empathy-tp-streamed-media.c
src/empathy-invite-participant-dialog.c
src/empathy-streamed-media-window.c

index a46820c5d8f1f015d328e8bc0a5da03fb8023d00..7fbdd14669f7583514d600eebfba290e35e4cb04 100644 (file)
  * Authors: Danielle Madeley <danielle.madeley@collabora.co.uk>
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib/gi18n.h>
 
 #include <libempathy/empathy-utils.h>
index aeb0767d377a30809d692eab07463ceb6507f341..6e9473b8ba93605266b369497e55252bf5984679 100644 (file)
  *     Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib/gi18n.h>
 
 #include <telepathy-glib/telepathy-glib.h>
index 4005d279031cde9aa1ec41ebde6f3f886ec89281..12fbb55644d995e22490401f9033bcf160b410d6 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>
index 36f7fda557d2ec120512b048c8ec95537b9f8183..218b2dc2c62f96789e7f7c98ce137cde550219c0 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "empathy-auth-factory.h"
 
 #include <telepathy-glib/interfaces.h>
index 30a9b8471ea412c6d6c46b90d44a030c02019d8d..c821bdc0c3c366dda385d388596be58d1811b71c 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>
index 44e197792b69cf6be2f845f332c156e766549cd7..d3db917b990355ea6da6cb9bb7ca2a676ee3d70a 100644 (file)
@@ -21,9 +21,6 @@
 #ifndef __EMPATHY_DEBUG_H__
 #define __EMPATHY_DEBUG_H__
 
-#include "config.h"
-
-
 #include <glib.h>
 #include <telepathy-glib/debug.h>
 
index 1c3f4209eb9b9cf4c7b88b30dded8d31c66f3c92..af0233aeff539cb21ea66e7c75c8ccd7f8dbe475 100644 (file)
 
 /* empathy-ft-handler.c */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <glib/gi18n.h>
 #include <telepathy-glib/account-channel-request.h>
index c3eae65834fae5f4e7afc2b5b00e7afd94593285..79d7046599795b7e15c348a5bcdc69608dcdcfd8 100644 (file)
  * Authors: Xavier Claessens <xclaesse@gmail.com>
  */
 
-#include "empathy-presence-manager.h"
-
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
+
+#include "empathy-presence-manager.h"
 
 #include <string.h>
 
index 8c7fe884723f45f74df5cd1e0331fd80e3276b67..2fbaed7aef873a7ae776baf621f1d7d9c1eddea3 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "empathy-server-sasl-handler.h"
 
 #include <telepathy-glib/telepathy-glib.h>
index 31afa276c58fa627c1d74d4c95a125572e398e29..774fba9951d88425fcf8e9893c5c3ea820b5cda8 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "empathy-server-tls-handler.h"
 
 #include <telepathy-glib/interfaces.h>
index b79e4b6b5712748efded0f964cbeda8a954e4f0b..302d344a3ba9f446d7568460825b8bf2f756a6fa 100644 (file)
  *          Xavier Claessens <xclaesse@gmail.com>
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <string.h>
 
 #include <telepathy-glib/proxy-subclass.h>
index da75e72cdb4cec19a12358df8576699cd81df0e9..7621376bceee564b340aa2865d1984acc3118afe 100644 (file)
@@ -9,6 +9,10 @@
  *    Danielle Madeley <danielle.madeley@collabora.co.uk>
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib/gi18n.h>
 
 #include "empathy-invite-participant-dialog.h"
index bb6df685cebf58509a619ad1869788b1a8a8657a..81cec4492e47cd5d280f88698e14c3c2c2e0f277 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>