From 3e9afad9114a31e2c551a8d6c04e5bf2cdc30d30 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 13 Apr 2010 14:28:40 +0200 Subject: [PATCH] Compile with -DGSEAL_ENABLE. Fixes bug 612475. --- gcr/gcr-import-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcr/gcr-import-dialog.c b/gcr/gcr-import-dialog.c index 5a1f8fd..4c1518b 100644 --- a/gcr/gcr-import-dialog.c +++ b/gcr/gcr-import-dialog.c @@ -131,7 +131,7 @@ gcr_import_dialog_constructor (GType type, guint n_props, GObjectConstructParam /* Fill in the dialog from builder */ widget = GTK_WIDGET (gtk_builder_get_object (self->pv->builder, "import-dialog")); g_return_val_if_fail (widget, FALSE); - gtk_container_add (GTK_CONTAINER (GTK_DIALOG (self)->vbox), widget); + gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (self))), widget); /* Add a secure entry */ buffer = egg_entry_buffer_new (); -- 2.7.4