don't set the procedure browser transient to the script-fu console.

2005-09-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-console.c
	(script_fu_browse_callback): don't set the procedure browser
	transient to the script-fu console.
This commit is contained in:
Sven Neumann 2005-09-29 10:59:08 +00:00 committed by Sven Neumann
parent 9012169cc3
commit 0fd272761f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-09-29 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/script-fu-console.c
(script_fu_browse_callback): don't set the procedure browser
transient to the script-fu console.
2005-09-28 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpprogressbox.c

View File

@ -307,8 +307,6 @@ script_fu_browse_callback (GtkWidget *widget,
g_object_add_weak_pointer (G_OBJECT (console->proc_browser),
(gpointer) &console->proc_browser);
gtk_window_set_transient_for (GTK_WINDOW (console->proc_browser),
GTK_WINDOW (console->dialog));
g_signal_connect (console->proc_browser, "response",
G_CALLBACK (script_fu_browse_response),