diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-23 17:45:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-23 17:45:46 +0800 |
commit | fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1 (patch) | |
tree | b56e28abdf1f5711a15318a61d10d0e0304614ed /addressbook/gui/contact-editor/e-contact-editor.h | |
parent | 906aa2cf6afa48c8431c62c0e9632434d6776086 (diff) | |
download | gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.tar.gz gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.tar.zst gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.zip |
** Fix for bug #495711
2007-11-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #495711
* gui/contact-editor/e-contact-editor.h: (struct _EContactEditor):
* gui/contact-editor/e-contact-editor.c: (full_name_response),
(full_name_clicked), (e_contact_editor_init):
Keep track of previously created Full Name dialog and reuse it.
svn path=/trunk/; revision=34575
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index 10dd305347..e63c868158 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -102,6 +102,7 @@ struct _EContactEditor /* signal ids for "writable_status" */ int target_editable_id; + GtkWidget *fullname_dialog; GtkWidget *categories_dialog; }; |