only expose the area of the window that actually changed.

2004-12-09  Sven Neumann  <sven@gimp.org>

	* app/gui/splash.c (splash_update): only expose the area of the
	window that actually changed.

	* app/plug-in/plug-in-rc.c (plug_in_rc_write): changed the header
	and footer to be more in line with the other rc files.
This commit is contained in:
Sven Neumann
2004-12-09 10:11:43 +00:00
committed by Sven Neumann
parent f6ec544895
commit 9af2a5d2b1
3 changed files with 139 additions and 90 deletions

View File

@ -641,7 +641,7 @@ plug_in_rc_write (GSList *plug_in_defs,
writer = gimp_config_writer_new_file (filename,
FALSE,
"GIMP plug-ins\n\n"
"GIMP pluginrc\n\n"
"This file can safely be removed and "
"will be automatically regenerated by "
"querying the installed plugins.",
@ -821,5 +821,5 @@ plug_in_rc_write (GSList *plug_in_defs,
g_type_class_unref (enum_class);
return gimp_config_writer_finish (writer, "end of plug-ins", error);
return gimp_config_writer_finish (writer, "end of pluginrc", error);
}