aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-11 21:45:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-11 22:18:08 +0800
commit2834327c0aaee9a6c1b429e0111ce257e2d4a63e (patch)
tree0a6d02cf34aff8baf2d38112ab56e2d755e1fe95 /modules/mail/e-mail-shell-view.c
parent144af767578bd50a70a85244dd76d181cdcfb669 (diff)
downloadgsoc2013-evolution-2834327c0aaee9a6c1b429e0111ce257e2d4a63e.tar
gsoc2013-evolution-2834327c0aaee9a6c1b429e0111ce257e2d4a63e.tar.gz
gsoc2013-evolution-2834327c0aaee9a6c1b429e0111ce257e2d4a63e.tar.bz2
gsoc2013-evolution-2834327c0aaee9a6c1b429e0111ce257e2d4a63e.tar.lz
gsoc2013-evolution-2834327c0aaee9a6c1b429e0111ce257e2d4a63e.tar.xz
gsoc2013-evolution-2834327c0aaee9a6c1b429e0111ce257e2d4a63e.tar.zst
gsoc2013-evolution-2834327c0aaee9a6c1b429e0111ce257e2d4a63e.zip
Followup fix for bug #593905.
Diffstat (limited to 'modules/mail/e-mail-shell-view.c')
-rw-r--r--modules/mail/e-mail-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view.c b/modules/mail/e-mail-shell-view.c
index 493d761432..4a96dc0b91 100644
--- a/modules/mail/e-mail-shell-view.c
+++ b/modules/mail/e-mail-shell-view.c
@@ -163,7 +163,7 @@ mail_shell_view_execute_search (EShellView *shell_view)
/* Replace variables in the selected rule with the
* current search text and extract a query string. */
- action = ACTION (MAIL_SEARCH_SUBJECT_OR_SENDER_CONTAINS);
+ action = ACTION (MAIL_SEARCH_SUBJECT_OR_ADDRESSES_CONTAIN);
value = gtk_radio_action_get_current_value (GTK_RADIO_ACTION (action));
g_return_if_fail (value >= 0 && value < MAIL_NUM_SEARCH_RULES);
rule = priv->search_rules[value];