[gtk+/native-layout] Fixed extended layout test to compile without the gtk_label_set_fullsize() api.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] Fixed extended layout test to compile without the gtk_label_set_fullsize() api.
- Date: Sun, 18 Apr 2010 22:16:34 +0000 (UTC)
commit 33039c1452c76c2147ea27bf557c1e5d76ce4873
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Sun Apr 18 17:56:58 2010 -0400
Fixed extended layout test to compile without the gtk_label_set_fullsize() api.
tests/testextendedlayout.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/testextendedlayout.c b/tests/testextendedlayout.c
index 7c10082..73b505f 100644
--- a/tests/testextendedlayout.c
+++ b/tests/testextendedlayout.c
@@ -977,8 +977,8 @@ size_for_allocation_test_new (TestSuite *suite,
gtk_table_attach (GTK_TABLE (container), child, i, i + 1, 0, 1,
GTK_FILL, GTK_EXPAND|GTK_FILL, 0, 0);
- if (i > 0)
- gtk_label_set_full_size (GTK_LABEL (child), TRUE);
+/* if (i > 0) */
+/* gtk_label_set_full_size (GTK_LABEL (child), TRUE); */
if (i > 2)
gtk_label_set_angle (GTK_LABEL (child), vertical ? 180 : 270);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]