[gnome-control-center] #include <config.h> to make translations work



commit 7696c157eab648c325ef70a2795bcead929367f0
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Thu Feb 24 19:51:44 2011 +0100

    #include <config.h> to make translations work

 panels/info/cc-info-panel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 45b4c1f..dc6b173 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -19,6 +19,8 @@
  *
  */
 
+#include <config.h>
+
 #include "cc-info-panel.h"
 
 #include <sys/vfs.h>



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