Fix fatal typo.
authorTor Lillqvist <tml@novell.com>
Tue, 21 Mar 2006 17:48:24 +0000 (17:48 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 21 Mar 2006 17:48:24 +0000 (17:48 +0000)
2006-03-21  Tor Lillqvist  <tml@novell.com>

* atk/atkobject.c (get_atk_locale_dir): Fix fatal typo.

* atk/atk.def: Add some missing functions.

ChangeLog
atk/atkobject.c

index 0eeeaeb..21b33ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-03-21  Tor Lillqvist  <tml@novell.com>
 
+       * atk/atkobject.c (get_atk_locale_dir): Fix fatal typo.
+
        * atk/atk.def: Add some missing functions.
 
 2006-03-20  Vladimer Sichinava  <vlsichinava@gmail.com>
index f896b51..bb2c560 100755 (executable)
@@ -247,7 +247,7 @@ get_atk_locale_dir (void)
 
   if (!atk_localedir)
     {
-      gchar temp;
+      gchar *temp;
 
       temp = g_win32_get_package_installation_subdirectory
         (GETTEXT_PACKAGE, dll_name, "lib\\locale");