summaryrefslogtreecommitdiff
path: root/properties/ev-properties-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'properties/ev-properties-view.c')
-rw-r--r--properties/ev-properties-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c
index e6d703c7..cc81dab9 100644
--- a/properties/ev-properties-view.c
+++ b/properties/ev-properties-view.c
@@ -194,7 +194,7 @@ set_property (EvPropertiesView *properties,
gtk_label_set_markup (GTK_LABEL (label), markup);
g_free (markup);
} else {
- valid_text = make_valid_utf8 (text ? text : "");
+ valid_text = make_valid_utf8 (text);
gtk_label_set_text (GTK_LABEL (label), valid_text);
g_free (valid_text);
}