aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-03 23:30:11 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:06 +0800
commit5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d (patch)
treeebaae5530392b980494090e7e6dfa0950e851537 /mail/message-list.c
parent9beae6f09e3306e471daf50d1bccc33fd15b3847 (diff)
downloadgsoc2013-evolution-5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d.tar
gsoc2013-evolution-5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d.tar.gz
gsoc2013-evolution-5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d.tar.bz2
gsoc2013-evolution-5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d.tar.lz
gsoc2013-evolution-5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d.tar.xz
gsoc2013-evolution-5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d.tar.zst
gsoc2013-evolution-5d1d6f4969e37f67e0900aa51ba6a51a3222ed1d.zip
Change em_folder_tree_model_user_marked_unread() params.
Take a CamelFolder instead of a folder URI string.
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index ba1808838b..6c0b532286 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -4042,7 +4042,7 @@ on_click (ETree *tree, gint row, ETreePath path, gint col, GdkEvent *event, Mess
model = em_folder_tree_model_get_default ();
em_folder_tree_model_user_marked_unread (
- model, list->folder_uri, 1);
+ model, list->folder, 1);
}
if (flag == CAMEL_MESSAGE_SEEN && list->seen_id) {