[gtk+] Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"
- Date: Tue, 17 Jan 2012 15:56:41 +0000 (UTC)
commit 85fcd50b3f33cb811f4ba79a53b3a6b29054c721
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Jan 17 10:55:50 2012 -0500
Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"
This reverts commit d4fe912879ce1b19490ba5729f67a27b1cf397c9.
This patch caused some unanticipated compatibility issues.
gtk/gtkwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 62b9ac0..93eb4a7 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -1044,7 +1044,7 @@ gtk_window_class_init (GtkWindowClass *klass)
P_("GtkApplication"),
P_("The GtkApplication for the window"),
GTK_TYPE_APPLICATION,
- GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
+ GTK_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
window_signals[SET_FOCUS] =
g_signal_new (I_("set-focus"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]