[baobab] Actually use the escaped string
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Actually use the escaped string
- Date: Fri, 3 Aug 2012 09:18:40 +0000 (UTC)
commit ae2564e3483a5baec52347c2b783b2c4535bc2ba
Author: Paolo Borelli <pborelli gnome org>
Date: Fri Aug 3 11:17:27 2012 +0200
Actually use the escaped string
src/baobab-chart.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/baobab-chart.c b/src/baobab-chart.c
index 0876c19..65acc35 100644
--- a/src/baobab-chart.c
+++ b/src/baobab-chart.c
@@ -1222,7 +1222,7 @@ baobab_chart_query_tooltip (GtkWidget *widget,
item->size,
NULL);
escaped = g_markup_escape_text (markup, -1);
- gtk_tooltip_set_markup (tooltip, markup);
+ gtk_tooltip_set_markup (tooltip, escaped);
g_free (markup);
g_free (escaped);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]