[epiphany] Revert "nautilus-floating-bar: Show correctly UTF-8 URL"
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Revert "nautilus-floating-bar: Show correctly UTF-8 URL"
- Date: Wed, 7 May 2014 16:58:40 +0000 (UTC)
commit 152aa65c7a425b65422ace813701fc3dfc275a82
Author: Yosef Or Boczko <yoseforb src gnome org>
Date: Wed May 7 19:57:10 2014 +0300
Revert "nautilus-floating-bar: Show correctly UTF-8 URL"
This reverts commit 2881a32296e04f0c6f721317d2c247da31926594.
lib/widgets/nautilus-floating-bar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/nautilus-floating-bar.c b/lib/widgets/nautilus-floating-bar.c
index 4109fef..40090f1 100644
--- a/lib/widgets/nautilus-floating-bar.c
+++ b/lib/widgets/nautilus-floating-bar.c
@@ -347,7 +347,7 @@ nautilus_floating_bar_set_primary_label (NautilusFloatingBar *self,
{
if (g_strcmp0 (self->priv->primary_label, label) != 0) {
g_free (self->priv->primary_label);
- self->priv->primary_label = g_uri_unescape_string (label, NULL);
+ self->priv->primary_label = g_strdup (label);
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_PRIMARY_LABEL]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]