[gnome-software] trivial: Fix possible pango-parser issues in GsAppWidget
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix possible pango-parser issues in GsAppWidget
- Date: Tue, 29 Jan 2013 15:38:29 +0000 (UTC)
commit faae379a801dbd8d52a66914fd1e6c59c6588437
Author: Florian Brosch <flo brosch gmail com>
Date: Sat Jan 26 18:33:01 2013 +0100
trivial: Fix possible pango-parser issues in GsAppWidget
Signed-off-by: Richard Hughes <richard hughsie com>
src/gs-app-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-app-widget.c b/src/gs-app-widget.c
index a9b79a4..82e259a 100644
--- a/src/gs-app-widget.c
+++ b/src/gs-app-widget.c
@@ -70,7 +70,7 @@ gs_app_widget_refresh (GsAppWidget *app_widget)
{
GsAppWidgetPrivate *priv = app_widget->priv;
- gtk_label_set_markup (GTK_LABEL (priv->widget_name), priv->name);
+ gtk_label_set_label (GTK_LABEL (priv->widget_name), priv->name);
gtk_label_set_markup (GTK_LABEL (priv->widget_description), priv->description);
gtk_label_set_markup (GTK_LABEL (priv->widget_description_more), priv->description_more);
gtk_label_set_label (GTK_LABEL (priv->widget_status), priv->status);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]