From 769f0ac676b31c9ff0f1fa9736e49efae8f67f65 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Thu, 10 Sep 2009 14:30:25 +0530 Subject: Bug #594628 - Switching back from Outgoing filters to Incoming filters does not show existing incoming filters --- mail/em-filter-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/em-filter-editor.c b/mail/em-filter-editor.c index b782ca8cbf..f4271bf6e0 100644 --- a/mail/em-filter-editor.c +++ b/mail/em-filter-editor.c @@ -155,7 +155,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); -- cgit v1.2.3