diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-25 01:57:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-25 01:57:27 +0800 |
commit | 9678428593ad57ea4f802ff4b9ee1440c3f75605 (patch) | |
tree | 0a64d8d8550a5be4e055f069f88fb93ccbba303f /addressbook/ChangeLog | |
parent | 38e985a2e4257006e6f0d1f0c1b2097a6394e888 (diff) | |
download | gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.gz gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.bz2 gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.lz gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.xz gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.tar.zst gsoc2013-evolution-9678428593ad57ea4f802ff4b9ee1440c3f75605.zip |
Added a "Browse..." button to switch to a different addressbook folder.
2002-04-24 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.c,
gui/component/select-names/e-select-names.h,
gui/component/select-names/select-names.glade (folder_browse):
Added a "Browse..." button to switch to a different addressbook
folder.
* gui/widgets/e-addressbook-util.c (e_addressbook_transfer_cards):
Moved extern EvolutionShellClient out of this function so that
it'd be more readable.
svn path=/trunk/; revision=16574
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 29e25d0b5e..ab522330b1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2002-04-24 Christopher James Lahey <clahey@ximian.com> + + * gui/component/select-names/e-select-names.c, + gui/component/select-names/e-select-names.h, + gui/component/select-names/select-names.glade (folder_browse): + Added a "Browse..." button to switch to a different addressbook + folder. + + * gui/widgets/e-addressbook-util.c (e_addressbook_transfer_cards): + Moved extern EvolutionShellClient out of this function so that + it'd be more readable. + 2002-04-23 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c, |