aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util-labels.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-util-labels.c')
-rw-r--r--e-util/e-util-labels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util-labels.c b/e-util/e-util-labels.c
index 359157a25f..da32f233c5 100644
--- a/e-util/e-util-labels.c
+++ b/e-util/e-util-labels.c
@@ -79,7 +79,7 @@ e_util_labels_parse (GConfClient *client)
/* Needed for Backward Compatibility */
if (num < LABEL_DEFAULTS_NUM) {
- label->name = g_strdup (_(buf));
+ label->name = g_strdup ((buf && *buf) ? buf : _(label_defaults[num].name));
label->tag = g_strdup (label_defaults[num].tag);
num++;
} else if (!tag) {