diff options
author | Chris Toshok <toshok@ximian.com> | 2004-02-07 10:20:28 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-02-07 10:20:28 +0800 |
commit | fc13836aeb9433f62989228772b2831c50516a25 (patch) | |
tree | a9ac72c4f4215e0febd818f6a1d1d583eb23d622 /addressbook/ChangeLog | |
parent | 19864e820204ccfb9f25aa7afd82a0be5078d5fe (diff) | |
download | gsoc2013-evolution-fc13836aeb9433f62989228772b2831c50516a25.tar gsoc2013-evolution-fc13836aeb9433f62989228772b2831c50516a25.tar.gz gsoc2013-evolution-fc13836aeb9433f62989228772b2831c50516a25.tar.bz2 gsoc2013-evolution-fc13836aeb9433f62989228772b2831c50516a25.tar.lz gsoc2013-evolution-fc13836aeb9433f62989228772b2831c50516a25.tar.xz gsoc2013-evolution-fc13836aeb9433f62989228772b2831c50516a25.tar.zst gsoc2013-evolution-fc13836aeb9433f62989228772b2831c50516a25.zip |
don't bother using a function-wide variable to store the personal source.
2004-02-06 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-migrate.c (create_groups): don't
bother using a function-wide variable to store the personal
source. also, use g_build_filename properly (because fejj is a
whiner.)
(migrate_local_folders): same (wrt fejj whining).
svn path=/trunk/; revision=24667
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index be66d6b8a3..802fe534a5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2004-02-06 Chris Toshok <toshok@ximian.com> + + * gui/component/addressbook-migrate.c (create_groups): don't + bother using a function-wide variable to store the personal + source. also, use g_build_filename properly (because fejj is a + whiner.) + (migrate_local_folders): same (wrt fejj whining). + 2004-02-06 Rodney Dawes <dobey@ximian.com> * gui/component/addressbook.c (addressbook_new_control): Hide the |