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 631963 - mouse: usage of gsettings int instead of enum
mouse: usage of gsettings int instead of enum
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-12 10:51 UTC by Alban Browaeys
Modified: 2010-10-12 13:45 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
mouse: replace gsettings get int by enum (1.23 KB, patch)
2010-10-12 10:51 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2010-10-12 10:51:20 UTC
Created attachment 172175 [details] [review]
mouse: replace gsettings get int by enum

KEY_SCROLL_METHOD is an enum. This patch fixes the sole remainder or when it was an int.
Comment 1 Bastien Nocera 2010-10-12 13:45:42 UTC
Good spot, thanks for the patch.