[evolution] Bug #587699 - Localize only local folder names
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution] Bug #587699 - Localize only local folder names
- Date: Tue, 7 Jul 2009 14:58:30 +0000 (UTC)
commit 1f41451e668dd3c551c215656071499dde0ed41a
Author: Milan Crha <mcrha redhat com>
Date: Tue Jul 7 16:57:07 2009 +0200
Bug #587699 - Localize only local folder names
mail/em-folder-selection-button.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-folder-selection-button.c b/mail/em-folder-selection-button.c
index a3a206f..983c4a1 100644
--- a/mail/em-folder-selection-button.c
+++ b/mail/em-folder-selection-button.c
@@ -131,7 +131,7 @@ set_contents (EMFolderSelectionButton *button)
if (account) {
gchar *tmp = folder_name;
- folder_name = g_strdup_printf ("%s/%s", e_account_get_string (account, E_ACCOUNT_NAME), _(folder_name));
+ folder_name = g_strdup_printf ("%s/%s", e_account_get_string (account, E_ACCOUNT_NAME), folder_name);
g_free (tmp);
gtk_label_set_text (GTK_LABEL (priv->label), folder_name);
} else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]