diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/e-address-popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/e-address-popup.c b/addressbook/gui/component/e-address-popup.c index b920fbf7ed..8d3adb6446 100644 --- a/addressbook/gui/component/e-address-popup.c +++ b/addressbook/gui/component/e-address-popup.c @@ -42,6 +42,7 @@ #include <addressbook/gui/contact-editor/e-contact-quick-add.h> #include <addressbook/gui/widgets/e-minicard-widget.h> #include <addressbook/gui/widgets/e-addressbook-util.h> +#include "e-util/e-gui-utils.h" /* * Some general scaffolding for our widgets. Think of this as a really, really @@ -73,7 +74,6 @@ mini_wizard_container_add (MiniWizard *wiz, GtkWidget *w) GtkWidget *oldw = (GtkWidget *) iter->data; iter = g_list_next (iter); gtk_container_remove (GTK_CONTAINER (wiz->vbox), oldw); - gtk_widget_destroy (oldw); } gtk_container_add (GTK_CONTAINER (wiz->vbox), w); } |