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 596329 - Have the properties correctly initialised by the constructor
Have the properties correctly initialised by the constructor
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-09-25 16:14 UTC by Joshua Lock
Modified: 2009-09-25 16:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Have the properties correctly initialised by the constructor (5.55 KB, patch)
2009-09-25 16:14 UTC, Joshua Lock
committed Details | Review

Description Joshua Lock 2009-09-25 16:14:49 UTC
Instead of initialising parameters in the init set the G_PARAM_CONSTRUCT
flag on the property installation and have the constructor set the
properties.
Comment 1 Joshua Lock 2009-09-25 16:14:51 UTC
Created attachment 144017 [details] [review]
Have the properties correctly initialised by the constructor
Comment 2 Bastien Nocera 2009-09-25 16:48:27 UTC
Attachment 144017 [details] pushed as 5d22cae - Have the properties correctly initialised by the constructor