After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785318 - GtkActionBar: g_object_class_install_properties() is not called
GtkActionBar: g_object_class_install_properties() is not called
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.91.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-07-23 17:02 UTC by Kjell Ahlstedt
Modified: 2017-07-25 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch: actionbar: Call g_object_class_install_properties() (969 bytes, patch)
2017-07-24 08:20 UTC, Kjell Ahlstedt
committed Details | Review

Description Kjell Ahlstedt 2017-07-23 17:02:29 UTC
Commit https://git.gnome.org/browse/gtk+/commit/?id=3d5a62a0c9ea5fbc25ec952cc9c72e0c3da18ce4
added the first property to GtkActionBar, but that commit did not add a call to
g_object_class_install_properties(). I suppose it was a mistake.
GtkActionBar:revealed is not a full-blown property.
Comment 1 Kjell Ahlstedt 2017-07-24 08:20:49 UTC
Created attachment 356283 [details] [review]
patch: actionbar: Call g_object_class_install_properties()
Comment 2 Matthias Clasen 2017-07-24 17:46:16 UTC
Review of attachment 356283 [details] [review]:

oops, ok