[gnome-software] Undo a debug thingie
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Undo a debug thingie
- Date: Wed, 28 Aug 2013 17:33:18 +0000 (UTC)
commit d456beaa5cb6bbca1bcd2d5c94f94289cbf3819e
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 28 13:32:21 2013 -0400
Undo a debug thingie
Use the actual version number at which gtk_label_set_lines was
introduced, instead of an artificially bumped one.
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 2d02dc6..4929e8f 100644
--- a/src/gs-app-widget.c
+++ b/src/gs-app-widget.c
@@ -307,7 +307,7 @@ gs_app_widget_init (GsAppWidget *app_widget)
priv->widget_description = gtk_label_new (NULL);
gtk_widget_show (priv->widget_description);
gtk_label_set_line_wrap (GTK_LABEL (priv->widget_description), TRUE);
-#if GTK_CHECK_VERSION (3, 9, 20)
+#if GTK_CHECK_VERSION (3, 9, 13)
gtk_label_set_lines (GTK_LABEL (priv->widget_description), 3);
#endif
gtk_widget_set_hexpand (priv->widget_description, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]