GNOME Bugzilla – Bug 306951
The 'on-release' property doesn't work
Last modified: 2005-07-03 19:28:32 UTC
Version details: 0.35 Distribution/Version: Gentoo See attached desklet. Using on-release in a display doesn't do what the docs claim it should.
Created attachment 47478 [details] A test desklet illustrating the problem
Thanks a lot for the attachment. The problems I observed there were: 1. The label and image don't appear where they should be. This is not a bug; the <frame> simply does not have layouting capabilities and may thus only have one child. The label and image should be put into a group. 2. The release-event is only triggered if the click-event is not triggered instead. This behavior seems wrong and has to be fixed in the core. :)
Fixed in CVS.