diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-12 07:09:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-12 07:09:06 +0800 |
commit | 6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442 (patch) | |
tree | 4491582feb99f25e3dbcc726c8503646f18819cc /mail/ChangeLog | |
parent | 73f34050a143f01dd6ec004018ca514b37852343 (diff) | |
download | gsoc2013-evolution-6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442.tar gsoc2013-evolution-6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442.tar.gz gsoc2013-evolution-6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442.tar.bz2 gsoc2013-evolution-6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442.tar.lz gsoc2013-evolution-6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442.tar.xz gsoc2013-evolution-6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442.tar.zst gsoc2013-evolution-6a5f7cd5df189fd15ab359d4e771bdf3bf3aa442.zip |
set expansion to 0.0, minimum-width to 16, and resizable to false for the
2000-10-11 Chris Toshok <toshok@helixcode.com>
* subscribe-dialog.c (FOLDER_ETABLE_SPEC): set expansion to 0.0,
minimum-width to 16, and resizable to false for the subscribed
column.
(folder_info_subscribed): new function so we can do the correct
path munging.
(subscribe_folder_info): only add the folder to the storage if
there wasn't an exception subscribing it.
(unsubscribe_folder_info): same, but unsubscribing.
(folder_etree_value_at): use folder_info_subscribed.
(folder_toggle_cb): same.
(unsubscribe_folder_foreach): same.
(subscribe_folder_foreach): same.
(subscribe_dialog_gui_init): set the bold column on the text cell,
and add the subscribed pixbuf.
svn path=/trunk/; revision=5869
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a9bb4a39f6..0f99d37491 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,14 +1,29 @@ +2000-10-11 Chris Toshok <toshok@helixcode.com> + + * subscribe-dialog.c (FOLDER_ETABLE_SPEC): set expansion to 0.0, + minimum-width to 16, and resizable to false for the subscribed + column. + (folder_info_subscribed): new function so we can do the correct + path munging. + (subscribe_folder_info): only add the folder to the storage if + there wasn't an exception subscribing it. + (unsubscribe_folder_info): same, but unsubscribing. + (folder_etree_value_at): use folder_info_subscribed. + (folder_toggle_cb): same. + (unsubscribe_folder_foreach): same. + (subscribe_folder_foreach): same. + (subscribe_dialog_gui_init): set the bold column on the text cell, + and add the subscribed pixbuf. + 2000-10-11 Anna Marie Dirks <anna@helixcode.com> * mail-threads.c: Changed the password-getting dialog so that the text entry has focus. -======= 2000-10-11 Chris Toshok <toshok@helixcode.com> * subscribe-dialog.c (STORE_ETABLE_SPEC): change cell type to "string" since we're not including it in the extras. ->>>>>>> 1.626 2000-10-11 Christopher James Lahey <clahey@helixcode.com> * message-list.c, message-list.h, subscribe-dialog.c: Changed |