mirror of https://github.com/GNOME/gimp.git
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:
parent
9012169cc3
commit
0fd272761f
|
@ -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>
|
2005-09-28 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/widgets/gimpprogressbox.c
|
* app/widgets/gimpprogressbox.c
|
||||||
|
|
|
@ -307,8 +307,6 @@ script_fu_browse_callback (GtkWidget *widget,
|
||||||
|
|
||||||
g_object_add_weak_pointer (G_OBJECT (console->proc_browser),
|
g_object_add_weak_pointer (G_OBJECT (console->proc_browser),
|
||||||
(gpointer) &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_signal_connect (console->proc_browser, "response",
|
||||||
G_CALLBACK (script_fu_browse_response),
|
G_CALLBACK (script_fu_browse_response),
|
||||||
|
|
Loading…
Reference in New Issue