[vino] Include config.h where necessary



commit b9dedfe3ad46301af7682f79a00d3ed8027b3863
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Fri Mar 25 17:47:28 2011 +0100

    Include config.h where necessary
    
    Add â??#include <config.h>â?? to all file that include translatable strings,
    so that they appear translated in the UI. Fixes bug 645860.

 capplet/vino-message-box.c |    1 +
 server/vino-tube-server.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/capplet/vino-message-box.c b/capplet/vino-message-box.c
index 9bf44a0..5716806 100644
--- a/capplet/vino-message-box.c
+++ b/capplet/vino-message-box.c
@@ -17,6 +17,7 @@
  * with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib/gi18n.h>
 #include "vino-message-box.h"
 
diff --git a/server/vino-tube-server.c b/server/vino-tube-server.c
index b39e97b..c91778d 100644
--- a/server/vino-tube-server.c
+++ b/server/vino-tube-server.c
@@ -20,6 +20,7 @@
  *      Arnaud Maillet <arnaud maillet collabora co uk>
  */
 
+#include <config.h>
 #include <glib/gi18n.h>
 
 #include <telepathy-glib/gtypes.h>



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