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 354166 - no apply button in mag properties window
no apply button in mag properties window
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: magnification
0.9.x
Other All
: Normal normal
: 2.18.0
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-03 20:02 UTC by Jason Grieves
Modified: 2008-07-22 19:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Fix for the problem. (4.95 KB, patch)
2006-09-07 15:52 UTC, Rich Burridge
none Details | Review

Description Jason Grieves 2006-09-03 20:02:16 UTC
When working with the magnifier often users want to test out the settings of the magnifier.  They should not have to close the GUI to test these out.  It is vital to have an "apply" button on the magnifier.  

Other information:
Comment 1 Rich Burridge 2006-09-04 01:02:32 UTC
Yup. This is fair comment. We'll look at adding this for the
next release od Orca. Thanks.
Comment 2 Rich Burridge 2006-09-07 15:52:33 UTC
Created attachment 72380 [details] [review]
Fix for the problem.

Adjusted the Glade file to include a standard "Apply" button.
Added an applyButtonClicked() callback to orca_gui_pref.py.
Moved most of the code from okButtonClicked() to applyButtonClicked().
GNOME HIG references for Apply buttons at:
http://developer.gnome.org/projects/gup/hig/2.0/windows-utility.html
Comment 3 Rich Burridge 2006-09-07 15:56:14 UTC
Changes checked into CVS HEAD. Thanks for the bug report.