mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 00:20:09 +00:00
Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"
This reverts commit d4fe912879
.
This patch caused some unanticipated compatibility issues.
This commit is contained in:
parent
626c08a847
commit
85fcd50b3f
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user