aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-03 11:25:30 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-03 11:25:30 +0800
commit86279dfe50fb3085a8abfc3e8f1e5c022a48e561 (patch)
tree718d7634968711c04bf2ee24c0ca15f1bb3d3c3d /shell/ChangeLog
parentcc6dbb8f3cf2f9d64e0f0577a08177630e72219b (diff)
downloadgsoc2013-evolution-86279dfe50fb3085a8abfc3e8f1e5c022a48e561.tar
gsoc2013-evolution-86279dfe50fb3085a8abfc3e8f1e5c022a48e561.tar.gz
gsoc2013-evolution-86279dfe50fb3085a8abfc3e8f1e5c022a48e561.tar.bz2
gsoc2013-evolution-86279dfe50fb3085a8abfc3e8f1e5c022a48e561.tar.lz
gsoc2013-evolution-86279dfe50fb3085a8abfc3e8f1e5c022a48e561.tar.xz
gsoc2013-evolution-86279dfe50fb3085a8abfc3e8f1e5c022a48e561.tar.zst
gsoc2013-evolution-86279dfe50fb3085a8abfc3e8f1e5c022a48e561.zip
if we're not displaying folders, the current folder is NULL. (class_init):
2000-10-02 Chris Toshok <toshok@helixcode.com> * e-storage-set-view.c (e_storage_set_view_get_current_folder): if we're not displaying folders, the current folder is NULL. (class_init): fix typo. * Makefile.am (libeshell_a_SOURCES): evolution-storage-set-view-listener.[ch] should be here, not evolution_SOURCES. svn path=/trunk/; revision=5687
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 8f017cc002..530d74037f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,15 @@
2000-10-02 Chris Toshok <toshok@helixcode.com>
+ * e-storage-set-view.c (e_storage_set_view_get_current_folder): if
+ we're not displaying folders, the current folder is NULL.
+ (class_init): fix typo.
+
+ * Makefile.am (libeshell_a_SOURCES):
+ evolution-storage-set-view-listener.[ch] should be here, not
+ evolution_SOURCES.
+
+2000-10-02 Chris Toshok <toshok@helixcode.com>
+
* evolution-storage-set-view.c: add storage_selected behavior -
loop over the listeners calling _storage_selected.