diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-03 11:28:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-03 11:28:11 +0800 |
commit | 6ca5ab655eb56cab1cbffee98c3edb4da55e11be (patch) | |
tree | 636d049ad3fb75bb5f30ed35f67c0a436c2a9b7c /mail/ChangeLog | |
parent | 86279dfe50fb3085a8abfc3e8f1e5c022a48e561 (diff) | |
download | gsoc2013-evolution-6ca5ab655eb56cab1cbffee98c3edb4da55e11be.tar gsoc2013-evolution-6ca5ab655eb56cab1cbffee98c3edb4da55e11be.tar.gz gsoc2013-evolution-6ca5ab655eb56cab1cbffee98c3edb4da55e11be.tar.bz2 gsoc2013-evolution-6ca5ab655eb56cab1cbffee98c3edb4da55e11be.tar.lz gsoc2013-evolution-6ca5ab655eb56cab1cbffee98c3edb4da55e11be.tar.xz gsoc2013-evolution-6ca5ab655eb56cab1cbffee98c3edb4da55e11be.tar.zst gsoc2013-evolution-6ca5ab655eb56cab1cbffee98c3edb4da55e11be.zip |
add a storage-set-view-listener, and add a little printf saying what
2000-10-02 Chris Toshok <toshok@helixcode.com>
* subscribe-dialog.c, subscribe-dialog.h: add a
storage-set-view-listener, and add a little printf saying what
storage was selected.
svn path=/trunk/; revision=5688
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 479de37e71..722aa5abba 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2000-10-02 Chris Toshok <toshok@helixcode.com> + * subscribe-dialog.c, subscribe-dialog.h: add a + storage-set-view-listener, and add a little printf saying what + storage was selected. + +2000-10-02 Chris Toshok <toshok@helixcode.com> + * subscribe-dialog.c (subscribe_dialog_gui_init): get Evolution::StorageSetView interface on our storage set view control, and set "show_folders" to FALSE. |