aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-attachment-handler.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 /modules/mail/e-mail-attachment-handler.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 'modules/mail/e-mail-attachment-handler.c')
-rw-r--r--modules/mail/e-mail-attachment-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-attachment-handler.c b/modules/mail/e-mail-attachment-handler.c
index 70ef327aaf..3b52abcd1d 100644
--- a/modules/mail/e-mail-attachment-handler.c
+++ b/modules/mail/e-mail-attachment-handler.c
@@ -399,7 +399,7 @@ exit:
const gchar *folder_name = data;
if (folder != NULL)
- folder_name = camel_folder_get_name (folder);
+ folder_name = camel_folder_get_display_name (folder);
e_alert_run_dialog_for_args (
parent, "mail-composer:attach-nomessages",