diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-20 23:01:20 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-20 23:01:20 +0800 |
commit | 758d940b11b259dd3592e77a19c4f4c393fe45da (patch) | |
tree | 847401e1d000a8cd2b101e34eab10a71a88e906a /mail/subscribe-dialog.c | |
parent | 1892a4df857e4f1c236c108b685ffe7d87e85cee (diff) | |
download | gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.gz gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.bz2 gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.lz gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.xz gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.zst gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.zip |
Add a few comments.
2001-08-20 Peter Williams <peterw@ximian.com>
* subscribe-dialog.c: Add a few comments.
svn path=/trunk/; revision=12289
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r-- | mail/subscribe-dialog.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index 7d5a07001a..1c498ed104 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -100,7 +100,7 @@ * + Mail Folder Cache doesn't complain * - No ETable wackiness * + Verify columns cannot be DnD'd - * + No sorting, eg (?) + * + Alphabetical order always * - UI cleanliness * + Keybindings work * + Some widget has focus by default @@ -108,6 +108,13 @@ * + Close button works */ +/* FIXME: we should disable/enable the subscribe/unsubscribe buttons as + * appropriate when only a single message is selected. We need a + * mechanism to learn when the selected folder's subscription status + * changes, so when the user double-clicks it (eg) the buttons can + * (de)sensitize appropriately. See Ximian bug #7673. + */ + /*#define NEED_TOGGLE_SELECTION*/ /* util */ |