aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-properties.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-07 23:15:51 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:10 +0800
commit30fe010cffa6f290170147ea9a8b617d04fab39d (patch)
tree52d2222bc61384bc650c310cb8280f46084bd8e0 /mail/em-folder-properties.c
parent708ce51377b358304b19efd271c6b5005fea1866 (diff)
downloadgsoc2013-evolution-30fe010cffa6f290170147ea9a8b617d04fab39d.tar
gsoc2013-evolution-30fe010cffa6f290170147ea9a8b617d04fab39d.tar.gz
gsoc2013-evolution-30fe010cffa6f290170147ea9a8b617d04fab39d.tar.bz2
gsoc2013-evolution-30fe010cffa6f290170147ea9a8b617d04fab39d.tar.lz
gsoc2013-evolution-30fe010cffa6f290170147ea9a8b617d04fab39d.tar.xz
gsoc2013-evolution-30fe010cffa6f290170147ea9a8b617d04fab39d.tar.zst
gsoc2013-evolution-30fe010cffa6f290170147ea9a8b617d04fab39d.zip
Adapt to CamelFolder:name -> display-name.
Diffstat (limited to 'mail/em-folder-properties.c')
-rw-r--r--mail/em-folder-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c
index 014d59d850..bf2322c732 100644
--- a/mail/em-folder-properties.c
+++ b/mail/em-folder-properties.c
@@ -241,7 +241,7 @@ emfp_dialog_got_folder_quota (CamelFolder *folder,
/* Get number of VISIBLE and DELETED messages, instead of TOTAL
* messages. VISIBLE+DELETED gives the correct count that matches
* the label below the Send & Receive button. */
- name = camel_folder_get_name (folder);
+ name = camel_folder_get_display_name (folder);
prop_data->total = folder->summary->visible_count;
prop_data->unread = folder->summary->unread_count;
deleted = folder->summary->deleted_count;