GNOME Bugzilla – Bug 140820
Default colour in "Manage sheets" does not work correctly
Last modified: 2004-12-22 21:47:04 UTC
Open up a new spreadsheet. Click on one of the sheet tabs and select "Manage sheets...". Change the background colour to something that is not the default and click "OK". Repeat the above process, but this time choose "default" as the colour. After selecting "OK" and returning to the spreadsheet, the tab is now coloured black (#000000), rather than the original (presumably default) colour.
doh! I probably broke it as part of the transition to GOColor for 1.3
Hmm, I could replicate this until I just upgraded to cvs, now the whole colour handling in the manage sheet dialog is shot: (gnumeric:12510): GLib-GObject-WARNING **: unable to set property `foreground-gdk' of type `GdkColor' from value of type `gint' (gnumeric:12510): GLib-GObject-WARNING **: unable to set property `background-gdk' of type `GdkColor' from value of type `gint'
The warnings are now fixed.
The problem of default == black still exists
Fixed in cvs HEAD