GNOME Bugzilla – Bug 698959
shellDBus: Fix Eval() return value when disabled
Last modified: 2013-04-26 15:55:27 UTC
See patch.
Created attachment 242579 [details] [review] shellDBus: Fix Eval() return value when disabled Eval() is expected to return a boolean success value and a string result. However when the function is disabled (via the development-tools setting), we return null for the latter which is not a valid string value. Return an empty string instead.
Review of attachment 242579 [details] [review]: Yes.
Review of attachment 242579 [details] [review]: Was this causing the hang for that guy on G+? OK.
Attachment 242579 [details] pushed as 39426f0 - shellDBus: Fix Eval() return value when disabled