After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691170 - Use the right getter
Use the right getter
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: lock-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-05 03:00 UTC by Matthias Clasen
Modified: 2013-01-05 19:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the right getter (1.13 KB, patch)
2013-01-05 03:00 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2013-01-05 03:00:39 UTC
org.gnome.desktop.screensaver lock-delay is an integer, not
a boolean, so don't use get_bool() on it.
Comment 1 Matthias Clasen 2013-01-05 03:00:41 UTC
Created attachment 232807 [details] [review]
Use the right getter
Comment 2 Giovanni Campagna 2013-01-05 12:54:23 UTC
Review of attachment 232807 [details] [review]:

I wonder why I didn't blow up in my testing...