gimp r25939 - trunk/app/widgets



Author: neo
Date: Thu Jun 12 20:19:02 2008
New Revision: 25939
URL: http://svn.gnome.org/viewvc/gimp?rev=25939&view=rev

Log:
ooops, forgot to make the same change for the web-browser code path


Modified:
   trunk/app/widgets/gimphelp.c

Modified: trunk/app/widgets/gimphelp.c
==============================================================================
--- trunk/app/widgets/gimphelp.c	(original)
+++ trunk/app/widgets/gimphelp.c	Thu Jun 12 20:19:02 2008
@@ -350,9 +350,7 @@
         /*  FIXME: error msg  */
         return;
 
-      n_domains = gimp_plug_in_manager_get_help_domains (gimp->plug_in_manager,
-                                                         &help_domains,
-                                                         &help_uris);
+      n_domains = gimp_help_get_help_domains (gimp, &help_domains, &help_uris);
 
       args = gimp_procedure_get_arguments (procedure);
       gimp_value_array_truncate (args, 4);



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