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 559531 - properties serialized after signals
properties serialized after signals
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-05 23:08 UTC by Juan Pablo Ugarte
Modified: 2008-11-07 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
quick fix (4.70 KB, patch)
2008-11-05 23:13 UTC, Juan Pablo Ugarte
none Details | Review

Description Juan Pablo Ugarte 2008-11-05 23:08:35 UTC
Properties could be serialized after signals, something that does not work with libglade, because signals and children are serialized on GWA::write_widget() method
Comment 1 Juan Pablo Ugarte 2008-11-05 23:13:47 UTC
Created attachment 122067 [details] [review]
quick fix

* gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c: moved signal and
  children serialization from glade_widget_adaptor_object_write_widget() to
  glade_widget_write() (bug #559531)
Comment 2 Tristan Van Berkom 2008-11-07 21:14:48 UTC
Great patch, in trunk, closing.