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 696394 - Cannot open zoom option dialog
Cannot open zoom option dialog
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Universal Access
3.7.x
Other Linux
: Normal major
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-22 14:02 UTC by Jiro Matsuzawa
Modified: 2013-03-22 16:12 UTC
See Also:
GNOME target: 3.8
GNOME version: ---


Attachments
FIx typo in ui file (1.33 KB, patch)
2013-03-22 14:09 UTC, Jiro Matsuzawa
committed Details | Review

Description Jiro Matsuzawa 2013-03-22 14:02:19 UTC
You cannot open the Zoom option dialog of the universal access settings. zoom-options.ui has an invalid attribute.

The following is the error log:
$ gnome-control-center universal-access

(gnome-control-center:2605): universal-access-cc-panel-WARNING **: Could not load interface file: <resource>/org/gnome/control-center/universal-access/zoom-options.ui:2:20079 'comment' is not a valid attribute of <property>


How to Reproduce
================

1. Open the universal access panel
2. Select the [Seeing] tab
3. Push the [Options] button of the Zoom section
Comment 1 Jiro Matsuzawa 2013-03-22 14:09:17 UTC
Created attachment 239547 [details] [review]
FIx typo in ui file

I fixed the typo of the attribute in zoom-options.ui, "comments" instead of "comment".