diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-09 14:07:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-09 14:07:49 +0800 |
commit | efa0b9c96b5b3283dae60c8045ada5a89f817f4f (patch) | |
tree | d5a65a83d3512fa9e065af747014a8f7b7ccd498 /mail/mail-vfolder.c | |
parent | f13d5385ffa7ed71f9c641cc2d160a9653dd62f4 (diff) | |
download | gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar.gz gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar.zst gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.zip |
add total + unread counts to properties page.
2004-01-09 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (emft_popup_properties_got_folder): add total +
unread counts to properties page.
* em-utils.c (filter_editor_response):
* mail-vfolder.c (vfolder_editor_response): change for rule editor
changes, ACCEPT->OK.
svn path=/trunk/; revision=24125
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r-- | mail/mail-vfolder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index 84a278957a..21a920b7c2 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -807,7 +807,7 @@ vfolder_editor_response (GtkWidget *dialog, int button, void *data) user = g_strdup_printf ("%s/mail/vfolders.xml", mail_component_peek_base_directory (mail_component_peek ())); switch(button) { - case GTK_RESPONSE_ACCEPT: + case GTK_RESPONSE_OK: rule_context_save((RuleContext *)context, user); break; default: |