use the toplevel widget as the dialog's parent.
2006-12-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpunitmenu.c: use the toplevel widget as the dialog's parent.
This commit is contained in:

committed by
Sven Neumann

parent
5a56ca0795
commit
311e21dfa9
@ -1,6 +1,7 @@
|
|||||||
2006-12-28 Sven Neumann <sven@gimp.org>
|
2006-12-28 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpwidgets/gimpunitmenu.c: minor cleanup.
|
* libgimpwidgets/gimpunitmenu.c: use the toplevel widget as the
|
||||||
|
dialog's parent.
|
||||||
|
|
||||||
2006-12-28 Sven Neumann <sven@gimp.org>
|
2006-12-28 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
@ -564,6 +564,7 @@ gimp_unit_menu_selection_row_activated_callback (GtkTreeView *tv,
|
|||||||
static void
|
static void
|
||||||
gimp_unit_menu_create_selection (GimpUnitMenu *menu)
|
gimp_unit_menu_create_selection (GimpUnitMenu *menu)
|
||||||
{
|
{
|
||||||
|
GtkWidget *parent = gtk_widget_get_toplevel (GTK_WIDGET (menu));
|
||||||
GtkWidget *vbox;
|
GtkWidget *vbox;
|
||||||
GtkWidget *scrolled_win;
|
GtkWidget *scrolled_win;
|
||||||
GtkListStore *list;
|
GtkListStore *list;
|
||||||
@ -574,7 +575,7 @@ gimp_unit_menu_create_selection (GimpUnitMenu *menu)
|
|||||||
gint num_units;
|
gint num_units;
|
||||||
|
|
||||||
menu->selection = gimp_dialog_new (_("Unit Selection"), "gimp-unit-selection",
|
menu->selection = gimp_dialog_new (_("Unit Selection"), "gimp-unit-selection",
|
||||||
GTK_WIDGET (menu),
|
parent,
|
||||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||||
gimp_standard_help_func,
|
gimp_standard_help_func,
|
||||||
"gimp-unit-dialog",
|
"gimp-unit-dialog",
|
||||||
|
Reference in New Issue
Block a user