diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
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. |