atk r1273 - in trunk: . atk



Author: tml
Date: Sat Sep 13 09:20:30 2008
New Revision: 1273
URL: http://svn.gnome.org/viewvc/atk?rev=1273&view=rev

Log:
2008-09-13  Tor Lillqvist  <tml novell com>

	* atk/atkobject.c (get_atk_locale_dir): Do as the docs for
	g_win32_get_package_installation_directory() say and pass NULL as
	the first parameter.



Modified:
   trunk/ChangeLog
   trunk/atk/atkobject.c

Modified: trunk/atk/atkobject.c
==============================================================================
--- trunk/atk/atkobject.c	(original)
+++ trunk/atk/atkobject.c	Sat Sep 13 09:20:30 2008
@@ -251,7 +251,7 @@
       gchar *temp;
 
       temp = g_win32_get_package_installation_subdirectory
-        (GETTEXT_PACKAGE, dll_name, "lib\\locale");
+        (NULL, dll_name, "lib\\locale");
       atk_localedir = g_win32_locale_filename_from_utf8 (temp);
       g_free (temp);
     }



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