aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-07 22:29:37 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:10 +0800
commit708ce51377b358304b19efd271c6b5005fea1866 (patch)
tree1e9b401899fd85f93ddb86e517bf79134e93b302 /mail/em-subscription-editor.c
parent23efd7246febed6ed907d0a97063e7061d338b65 (diff)
downloadgsoc2013-evolution-708ce51377b358304b19efd271c6b5005fea1866.tar
gsoc2013-evolution-708ce51377b358304b19efd271c6b5005fea1866.tar.gz
gsoc2013-evolution-708ce51377b358304b19efd271c6b5005fea1866.tar.bz2
gsoc2013-evolution-708ce51377b358304b19efd271c6b5005fea1866.tar.lz
gsoc2013-evolution-708ce51377b358304b19efd271c6b5005fea1866.tar.xz
gsoc2013-evolution-708ce51377b358304b19efd271c6b5005fea1866.tar.zst
gsoc2013-evolution-708ce51377b358304b19efd271c6b5005fea1866.zip
Adapt to CamelFolderInfo.name -> display_name.
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r--mail/em-subscription-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c
index 368abcbe50..d2027dc01b 100644
--- a/mail/em-subscription-editor.c
+++ b/mail/em-subscription-editor.c
@@ -178,7 +178,7 @@ subscription_editor_populate (EMSubscriptionEditor *editor,
tree_store, &iter,
COL_CASEFOLDED, NULL, /* not needed */
COL_FOLDER_ICON, icon_name,
- COL_FOLDER_NAME, folder_info->name,
+ COL_FOLDER_NAME, folder_info->display_name,
COL_FOLDER_INFO, folder_info, -1);
if (FOLDER_SUBSCRIBED (folder_info)) {