[gtk+] Revert "Undreprecate GtkMisc::x/yalign for now"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Revert "Undreprecate GtkMisc::x/yalign for now"
- Date: Tue, 30 Sep 2014 03:57:37 +0000 (UTC)
commit a43e0177cfbbdeb80de70e96972965fe7425498d
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Sep 29 23:27:38 2014 -0400
Revert "Undreprecate GtkMisc::x/yalign for now"
This reverts commit 29eae57be4d864de6868cc229b18d801dd67ee8e.
We have GtkLabel:xalign now, so deprecate the GtkMisc property again.
gtk/deprecated/gtkmisc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/deprecated/gtkmisc.c b/gtk/deprecated/gtkmisc.c
index 9fc2b8b..279cf8a 100644
--- a/gtk/deprecated/gtkmisc.c
+++ b/gtk/deprecated/gtkmisc.c
@@ -105,7 +105,7 @@ gtk_misc_class_init (GtkMiscClass *class)
0.0,
1.0,
0.5,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE|G_PARAM_DEPRECATED));
g_object_class_install_property (gobject_class,
PROP_YALIGN,
@@ -115,7 +115,7 @@ gtk_misc_class_init (GtkMiscClass *class)
0.0,
1.0,
0.5,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE|G_PARAM_DEPRECATED));
g_object_class_install_property (gobject_class,
PROP_XPAD,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]