GNOME Bugzilla – Bug 748834
glocalfilemonitor: Emit notification on rate limit change
Last modified: 2015-05-04 12:57:11 UTC
Trivial patch attached.
Created attachment 302798 [details] [review] glocalfilemonitor: Emit notification on rate limit change The changed variable was previously uninitialised in the path where the rate limit was actually changed. This could result in the GObject::notify signal not getting emitted. Spotted by Coverity. CID: #1296516
Review of attachment 302798 [details] [review]: Of course
Thanks for the rapid review. Attachment 302798 [details] pushed as 23a5352 - glocalfilemonitor: Emit notification on rate limit change