gegl r2908 - in trunk: . gegl/module



Author: ok
Date: Sat Feb 14 15:10:51 2009
New Revision: 2908
URL: http://svn.gnome.org/viewvc/gegl?rev=2908&view=rev

Log:
* gegl/module/geglmodule.c: (gegl_module_query_module): expand warning
on ABI mismatch.


Modified:
   trunk/ChangeLog
   trunk/gegl/module/geglmodule.c

Modified: trunk/gegl/module/geglmodule.c
==============================================================================
--- trunk/gegl/module/geglmodule.c	(original)
+++ trunk/gegl/module/geglmodule.c	Sat Feb 14 15:10:51 2009
@@ -295,7 +295,7 @@
     {
       gegl_module_set_last_error (module,
                                   info ?
-                                  "module ABI version does not match" :
+                                  "module ABI version does not match op not loaded, to get rid of this warning remove (clean/uninstall) .so files in GEGLs search path." :
                                   "gegl_module_query() returned NULL");
 
       g_message (_("Module '%s' load error: %s"),



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