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 597927 - tweener onOverwrite is called more than once
tweener onOverwrite is called more than once
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-09 17:17 UTC by Tommi Komulainen
Modified: 2015-10-27 23:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test: add tweener overwrite test (2.92 KB, patch)
2009-10-09 17:17 UTC, Tommi Komulainen
committed Details | Review
tweener: make sure onOverwrite gets called only once (2.07 KB, patch)
2009-10-09 17:17 UTC, Tommi Komulainen
committed Details | Review

Description Tommi Komulainen 2009-10-09 17:17:37 UTC
onOverwrite seems to be called once per property
Comment 1 Tommi Komulainen 2009-10-09 17:17:39 UTC
Created attachment 145151 [details] [review]
test: add tweener overwrite test
Comment 2 Tommi Komulainen 2009-10-09 17:17:42 UTC
Created attachment 145152 [details] [review]
tweener: make sure onOverwrite gets called only once
Comment 3 Cosimo Cecchi 2015-10-27 23:24:10 UTC
Interestingly enough, this was still a problem after several years.
The patches look good - I modernized them to apply on master and pushed them.

Attachment 145151 [details] pushed as 461baa6 - test: add tweener overwrite test
Attachment 145152 [details] pushed as f2ac246 - tweener: make sure onOverwrite gets called only once