gimp/app/plug-in
Michael Natterer 687fc2d415 set the default plug-in locale domain on all GimpPlugInDefs which don't
2007-04-24  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/gimppluginmanager-restore.c
	(gimp_plug_in_manager_restore): set the default plug-in locale
	domain on all GimpPlugInDefs which don't register a locale domain
	themselves. Fixes bug #430146.


svn path=/trunk/; revision=22303
2007-04-24 09:35:42 +00:00
..
gimpenvirontable.c renamed newly added functions to gimp_environ_table_str_hash() and 2007-02-09 16:10:21 +00:00
gimpenvirontable.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpinterpreterdb.c added a function that returns all file extensions registered in the 2007-04-18 13:21:20 +00:00
gimpinterpreterdb.h added a function that returns all file extensions registered in the 2007-04-18 13:21:20 +00:00
gimpplugin-cleanup.c cache the result of gimp_plug_in_procedure_get_label() and made the return 2007-03-10 21:22:22 +00:00
gimpplugin-cleanup.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugin-context.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugin-context.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugin-message.c app/plug-in/gimpplugin.c (gimp_plug_in_add_temp_proc) remove duplicate 2007-02-19 09:36:19 +00:00
gimpplugin-message.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugin-progress.c Fix stuck progress bars (bug #393832): 2007-03-15 23:39:32 +00:00
gimpplugin-progress.h Fix stuck progress bars (bug #393832): 2007-03-15 23:39:32 +00:00
gimpplugin.c app/config/gimprc.c app/plug-in/gimppluginmanager.c 2007-04-17 14:25:09 +00:00
gimpplugin.h gimp_plug_in_get_undo_desc() uses gimp_plug_in_procedure_get_label(). Made 2007-03-12 13:04:32 +00:00
gimpplugindebug.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugindebug.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugindef.c app/plug-in/gimpplugin.c (gimp_plug_in_add_temp_proc) remove duplicate 2007-02-19 09:36:19 +00:00
gimpplugindef.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2007-02-19 01:16:05 +00:00
gimppluginmanager-call.c require either "procedure" or "prog" being non-NULL, not both of them at 2007-03-14 20:03:10 +00:00
gimppluginmanager-call.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2007-02-19 01:16:05 +00:00
gimppluginmanager-data.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-data.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-file.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2007-02-19 01:16:05 +00:00
gimppluginmanager-file.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-help-domain.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-help-domain.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-history.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-history.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-locale-domain.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-locale-domain.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-menu-branch.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-menu-branch.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-query.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-query.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-restore.c set the default plug-in locale domain on all GimpPlugInDefs which don't 2007-04-24 09:35:42 +00:00
gimppluginmanager-restore.h app/plug-in/Makefile.am app/plug-in/gimppluginmanager.[ch] moved 2007-04-18 15:06:05 +00:00
gimppluginmanager.c app/plug-in/Makefile.am app/plug-in/gimppluginmanager.[ch] moved 2007-04-18 15:06:05 +00:00
gimppluginmanager.h app/plug-in/Makefile.am app/plug-in/gimppluginmanager.[ch] moved 2007-04-18 15:06:05 +00:00
gimppluginprocedure.c app/actions/plug-in-actions.c GimpPlugInProcedure has a boolean member 2007-03-20 10:41:35 +00:00
gimppluginprocedure.h cache the result of gimp_plug_in_procedure_get_label() and made the return 2007-03-10 21:22:22 +00:00
gimppluginprocframe.c don't just g_free() the GValueArray after we memcpy()-stole its values 2007-03-16 14:24:02 +00:00
gimppluginprocframe.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginshm.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginshm.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptemporaryprocedure.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptemporaryprocedure.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
Makefile.am app/plug-in/Makefile.am app/plug-in/gimppluginmanager.[ch] moved 2007-04-18 15:06:05 +00:00
makefile.msc updated 2007-03-04 19:04:42 +00:00
plug-in-enums.c changed enum PlugInImageType to GimpPlugInImageType. 2006-05-08 13:18:02 +00:00
plug-in-enums.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug-in-icc-profile.c app/plug-in/plug-in-icc-profile.[ch] removed run-mode argument from 2006-12-18 08:15:56 +00:00
plug-in-icc-profile.h app/plug-in/plug-in-icc-profile.[ch] removed run-mode argument from 2006-12-18 08:15:56 +00:00
plug-in-params.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug-in-params.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug-in-rc.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2007-02-19 01:16:05 +00:00
plug-in-rc.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug-in-types.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2007-02-19 01:16:05 +00:00