summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-05 18:12:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-05 18:12:42 -0400
commit7aadd6fd2e798e70f0e87948673a71d43075530e (patch)
tree6b1ac1acc40d22d78125556d83118d45fbbde6cc /gtk/gtkdialog.c
parentfbc3c1494f1c2aee28784727ec6d0c57ae1d7806 (diff)
downloadgtk+-7aadd6fd2e798e70f0e87948673a71d43075530e.tar.gz
Remove unintentional addition
Debugging leftovers.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 18786ff601..4ffdd5e9de 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -1913,9 +1913,7 @@ gtk_dialog_buildable_add_child (GtkBuildable *buildable,
if (!type)
gtk_container_add (GTK_CONTAINER (buildable), GTK_WIDGET (child));
else if (g_strcmp0 (type, "action") == 0)
-{
gtk_dialog_add_action_widget (GTK_DIALOG (buildable), GTK_WIDGET (child), GTK_RESPONSE_NONE);
-}
else
parent_buildable_iface->add_child (buildable, builder, child, type);
}