GNOME Bugzilla – Bug 658472
Add newly created custom format to custom format page
Last modified: 2011-09-07 17:30:34 UTC
In go-format-sel.c we have: /* TODO We should add the list of other custom formats created. * It should be easy. All that is needed is a way to differentiate * the std formats and the custom formats in the GOFormat hash. */ ie. Currently the custom format page of the selector do not include any formats created by the user for this spreadsheet, but this would be very desirable. We need to 1) add a field to GOFormat flagging it as build-in 2) set that flag when we create the standard formats 3) when we create the custom page, scan through the hash for non-build-in formats and add them.
Created attachment 195902 [details] [review] possible patch This patch adds all non-build-in formats currently in the style_hash to the custom page.
As long as we have bug #658490 we can't apply this patch since to many nonsense formats would be shown!
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.