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/ChangeLog | |
parent | 906aa2cf6afa48c8431c62c0e9632434d6776086 (diff) | |
download | gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.tar gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.tar.gz gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.tar.bz2 gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.tar.lz gsoc2013-evolution-fe9f7e3ec70f318f8a58b35cb138faa0c34c6ed1.tar.xz 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/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b1716b477c..9badf8e50d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +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. + 2007-11-18 Gilles Dartiguelongue <gdartigu@svn.gnome.org> ** Fix bug #495875 |