GNOME Bugzilla – Bug 640249
[taginject] Taginject does not allow to change tags after init
Last modified: 2011-03-08 15:31:42 UTC
Created attachment 179028 [details] [review] Fixing taginject-element so it sends tags allways when tags are edited Taginject refuses to change tags after it is inited. It makes problem if you want to use example shout2send and taginject as metadata provider (There is other cases also). Patch fixes the problem.
Could you please redo the patch (git style), it contains a lot of unrelated changes.
Created attachment 180818 [details] [review] This correct patch to make taginject to work as stuff changes send it forward
My bad! Wrong patch but this is correct one. It's very very simple as you can see.
Indeed! Thanks and pushed. commit d203b1ef5040a180891f0ca5ee00c57d33865300 Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi> Date: Mon Feb 14 15:21:29 2011 +0200 taginject: resend tags when they are changed Allow setting new tags on the property while running and send them. Fixes #640249