[Xfce4-commits] <postler:master> Don't mix up account and display name in the store
Christian Dywan
noreply at xfce.org
Mon Jan 31 03:52:03 CET 2011
Updating branch refs/heads/master
to fa9c0a6357c71b6219255201cdfa4690b6da1367 (commit)
from 357bc34a1db8804c944fa8ddc5f68e0483147bbf (commit)
commit fa9c0a6357c71b6219255201cdfa4690b6da1367
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Jan 31 03:09:48 2011 +0100
Don't mix up account and display name in the store
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 cc99362..4250ea1 100644
--- a/postler/postler-folders.vala
+++ b/postler/postler-folders.vala
@@ -248,7 +248,7 @@ public class Postler.Folders : Gtk.TreeView {
});
store.insert_with_values (out account_iter, null, -1,
Columns.ICON, Gtk.STOCK_DIALOG_ERROR,
- Columns.NAME, account_info.display_name,
+ Columns.NAME, account_info.name,
Columns.DISPLAY_NAME, account_info.display_name,
Columns.ELLIPSIZE, Pango.EllipsizeMode.MIDDLE,
Columns.LOCATION, null,
More information about the Xfce4-commits
mailing list