diff options
author | Timm Bäder <mail@baedert.org> | 2017-01-19 10:02:04 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-01-20 21:37:04 +0100 |
commit | ea897c6df44c37f573b7ed8e81ad87a9fd5b1009 (patch) | |
tree | 02726659b57530b21a5e1f8625ddd6f381bb8824 /gtk/inspector/action-editor.c | |
parent | 13b001b77ca3907b4ff1246208755478421a7b32 (diff) | |
download | gtk+-ea897c6df44c37f573b7ed8e81ad87a9fd5b1009.tar.gz |
Remove gtk_widget_show_all
Diffstat (limited to 'gtk/inspector/action-editor.c')
-rw-r--r-- | gtk/inspector/action-editor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/inspector/action-editor.c b/gtk/inspector/action-editor.c index d1fb99227a..a9eff81274 100644 --- a/gtk/inspector/action-editor.c +++ b/gtk/inspector/action-editor.c @@ -115,8 +115,6 @@ variant_editor_new (const GVariantType *type, d->editor = editor; g_object_set_data_full (G_OBJECT (editor), "callback", d, g_free); - gtk_widget_show_all (editor); - return editor; } @@ -312,8 +310,6 @@ constructed (GObject *object) G_CALLBACK (action_enabled_changed_cb), r); g_signal_connect (r->priv->group, "action-state-changed", G_CALLBACK (action_state_changed_cb), r); - - gtk_widget_show_all (GTK_WIDGET (r)); } static void |