[gtk+] testadjustsize: Keep using an alignment
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] testadjustsize: Keep using an alignment
- Date: Sat, 24 May 2014 01:33:36 +0000 (UTC)
commit 1af417a82d9df10c58921569c428112457ae7ad6
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 23 20:42:01 2014 -0400
testadjustsize: Keep using an alignment
We are explicitly comparing GtkAlignment with its replacements
here.
tests/testadjustsize.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/testadjustsize.c b/tests/testadjustsize.c
index 8b72441..cf0040d 100644
--- a/tests/testadjustsize.c
+++ b/tests/testadjustsize.c
@@ -80,7 +80,9 @@ create_alignment (void)
{
GtkWidget *alignment;
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
alignment = gtk_alignment_new (0.5, 0.5, 1.0, 1.0);
+G_GNUC_END_IGNORE_DEPRECATIONS
/* make the alignment visible */
gtk_widget_set_redraw_on_allocate (alignment, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]