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 405408 - Implement event chaining
Implement event chaining
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: core
0.3.x
Other Linux
: Normal enhancement
: 0.5.3
Assigned To: Peter Parente
LSR maintainers
Depends on:
Blocks: 405417
 
 
Reported: 2007-02-07 16:15 UTC by Scott Haeger
Modified: 2007-05-15 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott Haeger 2007-02-07 16:15:53 UTC
Currently only named tasks can be chained.  It would be powerful if event and named task chaining were unified.
Comment 1 Peter Parente 2007-05-15 20:14:00 UTC
Fix is easier than I first thought. We don't need event chaining. We just need the ability to chain to events. This can now be accomplished by registering named tasks that are *not event tasks themselves* and chaining them to event tasks. This allows the top-down event processing model to continue as it always has while allowing perks to register tasks around, before, and after particular event handler tasks.