[vino] Include config.h where necessary
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vino] Include config.h where necessary
- Date: Sat, 2 Apr 2011 09:40:49 +0000 (UTC)
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]