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 160185 - Use gconf to store the 'use theme colours' setting
Use gconf to store the 'use theme colours' setting
Status: RESOLVED OBSOLETE
Product: gnome-print
Classification: Deprecated
Component: print preview
2.7.x
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-12-02 07:45 UTC by Ken Harris
Modified: 2007-02-07 15:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Proposed patch (1.17 KB, patch)
2004-12-03 11:04 UTC, Muktha
rejected Details | Review
init the use theme toggle (2.50 KB, patch)
2004-12-03 16:17 UTC, Jody Goldberg
committed Details | Review

Description Ken Harris 2004-12-02 07:45:45 UTC
1. Start Gnumeric.  Put some stuff on the spreadsheet -- boxes and arrows are good.
2. Choose File->Print Preview.  Observe how it looks: this is how it will look
on paper.
3. Click the "Use theme colors" checkbox.  Observe the change: now it's using
your theme colors, so it'll look different.
4. Close the print-preview window.
5. Choose File->Print Preview again.

Result: It's using the theme colors, but the "Use theme colors" checkbox is not
checked.

Expect: The checkbox and display should match.  Either the checkbox should be
checked to match the display, or the display should use normal black-on-white to
match the checkbox.

(It does this for other applications, too, so I don't think it has anything to
do with Gnumeric; it's just easy to demonstrate there.)
Comment 1 Muktha 2004-12-03 11:04:27 UTC
Created attachment 34443 [details] [review]
Proposed patch
Comment 2 Jody Goldberg 2004-12-03 15:50:13 UTC
Comment on attachment 34443 [details] [review]
Proposed patch 

reseting the toggle when we exit would irritate the user.
Comment 3 Jody Goldberg 2004-12-03 16:17:35 UTC
Created attachment 34458 [details] [review]
init the use theme toggle

This seems like a better approach.
Although for 2.9 when we add an optional gconf dep we should persist it there
too.
Comment 4 Kjartan Maraas 2007-02-07 15:27:34 UTC
Looks like this was obsoleted by other changes.