gegl r2008 - in trunk: . gegl



Author: tml
Date: Tue Feb 12 16:37:54 2008
New Revision: 2008
URL: http://svn.gnome.org/viewvc/gegl?rev=2008&view=rev

Log:
2008-02-12  Tor Lillqvist  <tml novell com>

	* gegl/gegl-init.c (gegl_post_parse_hook): Correct call of
	g_win32_get_package_installation_subdirectory() so that it
	actually finds the location of the gegl DLL, its current name
	being libgegl-0.0-0.dll.



Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-init.c

Modified: trunk/gegl/gegl-init.c
==============================================================================
--- trunk/gegl/gegl-init.c	(original)
+++ trunk/gegl/gegl-init.c	Tue Feb 12 16:37:54 2008
@@ -233,7 +233,7 @@
       else
         {
 #ifdef G_OS_WIN32
-          module_path = g_win32_get_package_installation_subdirectory (PACKAGE_NAME, "lib" GEGL_LIBRARY ".dll", GEGL_LIBRARY);
+          module_path = g_win32_get_package_installation_subdirectory (NULL, "lib" GEGL_LIBRARY "-0.dll", "lib/" GEGL_LIBRARY);
 #else
           module_path = g_strdup (LIBDIR "/" GEGL_LIBRARY);
 #endif



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