[evolution/gnome-2-28] Bug #594628 - Switching back from Outgoing filters to Incoming filters does not



commit 87564151762fb3fdf62fe0a753d8718ad1c0788d
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Thu Sep 10 14:30:25 2009 +0530

    Bug #594628 - Switching back from Outgoing filters to Incoming filters does not
    show existing incoming filters

 mail/em-filter-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-filter-editor.c b/mail/em-filter-editor.c
index 8d72074..512938c 100644
--- a/mail/em-filter-editor.c
+++ b/mail/em-filter-editor.c
@@ -142,7 +142,7 @@ select_source (GtkComboBox *combobox, EMFilterEditor *fe)
 
 	g_return_if_fail (idx >= 0 && idx < g_slist_length (sources));
 
-	source = (gchar *)g_slist_nth (sources, idx);
+	source = (gchar *) (g_slist_nth (sources, idx))->data;
 	g_return_if_fail (source);
 
 	rule_editor_set_source ((RuleEditor *)fe, source);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]