From efa0b9c96b5b3283dae60c8045ada5a89f817f4f Mon Sep 17 00:00:00 2001
From: Not Zed <NotZed@Ximian.com>
Date: Fri, 9 Jan 2004 06:07:49 +0000
Subject: 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
---
 mail/em-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mail/em-utils.c')

diff --git a/mail/em-utils.c b/mail/em-utils.c
index 4e93f2801c..c942af0036 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -225,7 +225,7 @@ filter_editor_response (GtkWidget *dialog, int button, gpointer user_data)
 {
 	FilterContext *fc;
 	
-	if (button == GTK_RESPONSE_ACCEPT) {
+	if (button == GTK_RESPONSE_OK) {
 		char *user;
 		
 		fc = g_object_get_data ((GObject *) dialog, "context");
-- 
cgit