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
committerMatthew Barnes <mbarnes@redhat.com>2011-05-07 23:15:51 +0800
commitc7b455de89487e606fc620420c1778f5e55afcac (patch)
treeab6896df8d8fecda68f4cd6b96590817d46fbf2a /mail/em-folder-properties.c
parent4660d0fcad7ca0e6ad74241d3133a37b82e4e9de (diff)
downloadgsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.gz
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.bz2
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.lz
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.xz
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.tar.zst
gsoc2013-evolution-c7b455de89487e606fc620420c1778f5e55afcac.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;