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 662238 - magnifier: Use enum from gsettings-desktop-schemas
magnifier: Use enum from gsettings-desktop-schemas
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: magnifier
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on: 662234
Blocks:
 
 
Reported: 2011-10-19 20:57 UTC by Florian Müllner
Modified: 2013-12-04 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
magnifier: Use enum from gsettings-desktop-schemas (7.83 KB, patch)
2011-10-19 20:57 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-10-19 20:57:00 UTC
See patch.

(I may have overlooked other places where we mirror GSettings enums, but a quick grep suggests that this applies only to the magnifier)
Comment 1 Florian Müllner 2011-10-19 20:57:04 UTC
Created attachment 199478 [details] [review]
magnifier: Use enum from gsettings-desktop-schemas

gsettings-desktop-schemas installs a public header file for enum
types in schemas - use those instead of mirroring the types in JS.
Comment 2 drago01 2011-10-21 19:20:05 UTC
Review of attachment 199478 [details] [review]:

Looks good.
Comment 3 Florian Müllner 2011-11-04 22:30:04 UTC
Attachment 199478 [details] pushed as be1c4f2 - magnifier: Use enum from gsettings-desktop-schemas