aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-07-08 23:10:59 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-07-08 23:10:59 +0800
commit36f1f29b9a42c56a619e031b045db5a18f2b1dd7 (patch)
treed4408d7d298fce695a1c4d900cf48bf83b579ba2 /addressbook/gui
parent400cd6c143383412fff1c3172abce9e48fef1fb4 (diff)
downloadgsoc2013-evolution-36f1f29b9a42c56a619e031b045db5a18f2b1dd7.tar
gsoc2013-evolution-36f1f29b9a42c56a619e031b045db5a18f2b1dd7.tar.gz
gsoc2013-evolution-36f1f29b9a42c56a619e031b045db5a18f2b1dd7.tar.bz2
gsoc2013-evolution-36f1f29b9a42c56a619e031b045db5a18f2b1dd7.tar.lz
gsoc2013-evolution-36f1f29b9a42c56a619e031b045db5a18f2b1dd7.tar.xz
gsoc2013-evolution-36f1f29b9a42c56a619e031b045db5a18f2b1dd7.tar.zst
gsoc2013-evolution-36f1f29b9a42c56a619e031b045db5a18f2b1dd7.zip
Fix transience problems with ENameSelectorDialogs ...
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 2 insertions, 0 deletions
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));