[atk] include config.h instead of atkintl.h



commit 9f9c0c070d31bd0c02c7aaa5c86b7a5167071da0
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Wed Dec 11 16:35:28 2013 +0100

    include config.h instead of atkintl.h
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644756

 atk/atkhyperlink.c |    5 +++--
 atk/atkobject.c    |    4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c
index 3508688..e31f982 100755
--- a/atk/atkhyperlink.c
+++ b/atk/atkhyperlink.c
@@ -17,8 +17,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
 #include "atkhyperlink.h"
-#include "atkintl.h"
+#include <glib/gi18n-lib.h>
 
 /**
  * SECTION:atkhyperlink
@@ -395,7 +396,7 @@ atk_hyperlink_get_n_anchors (AtkHyperlink *link)
  * Please use ATK_STATE_FOCUSABLE for all links, and ATK_STATE_FOCUSED
  * for focused links.
  *
- * Returns: True is the AtkHyperlink is selected, False otherwise
+ * Returns: True if the AtkHyperlink is selected, False otherwise
  **/
 gboolean
 atk_hyperlink_is_selected_link (AtkHyperlink *link)
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 8ff0238..3d4060a 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -17,10 +17,13 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <string.h>
 #include <locale.h>
 
 #include <glib-object.h>
+#include <glib/gi18n-lib.h>
 
 #ifdef G_OS_WIN32
 #define STRICT
@@ -32,7 +35,6 @@
 
 #include "atk.h"
 #include "atkmarshal.h"
-#include "atkintl.h"
 
 /**
  * SECTION:atkobject


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