diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-08-12 05:32:55 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-08-12 05:32:55 +0800 |
commit | 2900d01d082e4b17fabd34edc873887b92b66935 (patch) | |
tree | aaaf8e4118dfd7af2c5f3f246317b9e1b6e554b2 /camel/ChangeLog | |
parent | 324e5fc9a75d530ae9f2d7478e4eb5c61beed6c2 (diff) | |
download | gsoc2013-evolution-2900d01d082e4b17fabd34edc873887b92b66935.tar gsoc2013-evolution-2900d01d082e4b17fabd34edc873887b92b66935.tar.gz gsoc2013-evolution-2900d01d082e4b17fabd34edc873887b92b66935.tar.bz2 gsoc2013-evolution-2900d01d082e4b17fabd34edc873887b92b66935.tar.lz gsoc2013-evolution-2900d01d082e4b17fabd34edc873887b92b66935.tar.xz gsoc2013-evolution-2900d01d082e4b17fabd34edc873887b92b66935.tar.zst gsoc2013-evolution-2900d01d082e4b17fabd34edc873887b92b66935.zip |
remove get_name and get_full_name assignments, since the camel-folder.c
2000-08-11 Chris Toshok <toshok@helixcode.com>
* providers/nntp/camel-nntp-folder.c
(camel_nntp_folder_class_init): remove get_name and get_full_name
assignments, since the camel-folder.c implementation does what we
need.
svn path=/trunk/; revision=4755
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 018e5fc1e6..3f38c71419 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2000-08-11 Chris Toshok <toshok@helixcode.com> + * providers/nntp/camel-nntp-folder.c + (camel_nntp_folder_class_init): remove get_name and get_full_name + assignments, since the camel-folder.c implementation does what we + need. + +2000-08-11 Chris Toshok <toshok@helixcode.com> + * providers/nntp/camel-nntp-store.c (camel_nntp_store_get_toplevel_dir): use g_get_home_dir, since evolution_dir isn't available in the providers. |