GNOME Bugzilla – Bug 745920
g-s-d power plugin: GDBus set_property doesn't set error
Last modified: 2015-03-13 21:33:54 UTC
Created attachment 298916 [details] [review] power: make sure to set an error when GDBus set_property fails If we return FALSE, the API is that the error must be set, and GDBus asserts this. --- Similar to Bug #706858, the power plugin's set_property callback doesn't set the error. This is a possible cause for a crash (assertion failure) in Debian: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775877> (although I will admit I'm patching this rather blindly, because I don't have a proper backtrace and I don't know how to reproduce the crash).
Review of attachment 298916 [details] [review]: Looks good.
Thanks, applied as 4e8448a for 3.15.92, d91542c for 3.14.3
Review of attachment 298916 [details] [review]: committed