From 30fe010cffa6f290170147ea9a8b617d04fab39d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 May 2011 11:15:51 -0400 Subject: Adapt to CamelFolder:name -> display-name. --- mail/em-folder-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-folder-properties.c') 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; -- cgit v1.2.3