[Xfce4-commits] <postler:master> Actually translate localized folder names
Christian Dywan
noreply at xfce.org
Tue Jan 25 20:02:03 CET 2011
Updating branch refs/heads/master
to 1d19ef11e64b0986169cd3c1435f3406c963a51d (commit)
from 3844ca376a4155c27e9fe8072c035e973410d4fb (commit)
commit 1d19ef11e64b0986169cd3c1435f3406c963a51d
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Jan 25 19:59:15 2011 +0100
Actually translate localized folder names
postler/postler-folders.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-folders.vala b/postler/postler-folders.vala
index 1ad7ffc..a98cb8d 100644
--- a/postler/postler-folders.vala
+++ b/postler/postler-folders.vala
@@ -311,7 +311,7 @@ public class Postler.Folders : Gtk.TreeView {
need_update = true;
}
- string display_name = folder.label ?? decode_foldername (folder_name);
+ string display_name = _(folder.label) ?? decode_foldername (folder_name);
store.insert_with_values (out folder_iter,
folder.localized != null ? account_iter : parent_iter, -1,
Columns.ICON, folder.stock_id ?? Gtk.STOCK_DIRECTORY,
More information about the Xfce4-commits
mailing list