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:

committed by
Sven Neumann

parent
6072b0991d
commit
8e39085306
@ -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
|
||||
|
Reference in New Issue
Block a user