From 36f1f29b9a42c56a619e031b045db5a18f2b1dd7 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 8 Jul 2010 16:10:59 +0100 Subject: Fix transience problems with ENameSelectorDialogs ... --- addressbook/gui/contact-list-editor/e-contact-list-editor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.c') diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 81bf3a4e47..cc734d2035 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -774,6 +774,8 @@ contact_list_editor_select_button_clicked_cb (GtkWidget *widget) g_list_free (list); + e_name_selector_show_dialog (editor->priv->name_selector, + eab_editor_get_window (EAB_EDITOR (editor))); gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_hide (GTK_WIDGET (dialog)); -- cgit v1.2.3