diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-18 00:10:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-18 00:10:23 +0000 |
commit | 841e8424ab8c8e1efcb411dc5fb6bc4d9bd830bc (patch) | |
tree | 0eb1bff66f499313194fd3aeca44b72608014f1d /gtk | |
parent | 77c286304e658bbf818dada5286f2bcc5278aa8b (diff) | |
download | gtk+-841e8424ab8c8e1efcb411dc5fb6bc4d9bd830bc.tar.gz |
More composite children.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkinputdialog.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkinputdialog.c b/gtk/gtkinputdialog.c index 353c311281..0333ec8ef0 100644 --- a/gtk/gtkinputdialog.c +++ b/gtk/gtkinputdialog.c @@ -175,6 +175,8 @@ gtk_input_dialog_init (GtkInputDialog *inputd) GList *tmp_list; GList *device_info; + gtk_widget_push_composite_child (); + device_info = gdk_devices_list (); /* shell and main vbox */ @@ -343,6 +345,8 @@ gtk_input_dialog_init (GtkInputDialog *inputd) gtk_widget_grab_default (inputd->close_button); gtk_widget_show (vbox); + + gtk_widget_pop_composite_child (); } |