suppress progress popups by installing progress handlers that do nothing

2006-05-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-server.c: suppress progress popups
	by installing progress handlers that do nothing (bug #317498).

	* plug-ins/script-fu/script-fu-interface.c: formatting.
This commit is contained in:
Sven Neumann
2006-05-29 12:06:37 +00:00
committed by Sven Neumann
parent 6072b0991d
commit 8e39085306
3 changed files with 66 additions and 1 deletions

View File

@ -136,7 +136,8 @@ script_fu_interface_report_cc (gchar *command)
new_command = g_strdup_printf ("%s <%d>",
command, sf_interface->command_count);
gtk_label_set_text (GTK_LABEL (sf_interface->progress_label), new_command);
gtk_label_set_text (GTK_LABEL (sf_interface->progress_label),
new_command);
g_free (new_command);
}
else