GNOME Bugzilla – Bug 696585
shellDBus: Fix SetActive(false) for ScreenSaver DBus API
Last modified: 2013-03-29 14:13:57 UTC
Someone changed .unlock() to deactivate() for the obvious symmetry with active(), but forgot to update it here. --- js/ui/shellDBus.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Created attachment 239828 [details] [review] 0001-shellDBus-Fix-SetActive-false-for-ScreenSaver-DBus-A.patch
Review of attachment 239828 [details] [review]: Obviously correct.
Review of attachment 239828 [details] [review]: s/active()/activate()/ in the commit message, otherwise looks good.