GNOME Bugzilla – Bug 590786
[Win32] Configuration items not saved and/or loaded
Last modified: 2010-04-08 20:24:01 UTC
Configuration items, like the default number of columns and rows, appear not to be saved and/or loaded. (Split from bug 581993.)
Created attachment 141698 [details] [review] uncompiled/untested patch to fix two FMRs in win32 configuration code This uncompiled/untested patch fixes two FMRs, but I doubt it fixes all the configuration problems.
The above patch fixes a formal, but not practical, problem. The real problem here is that all the _get_ and _set_ functions now are required to combine the "node" and "key" arguments *and* handle the special case of key==NULL. This doesn't map well onto RegSetValueEx/RegGetValueEx which take a NULL key (or empty string) as meaning the "default" value without the directory identified by node. Some work is needed to make go_conf_win32_set and go_conf_win32_get understand this.
I downloaded build 1.9.12 and it is still not fixed. At least under Windows...
Pedro, this is a Windows only problem and without a Windows developer it tends to take a long time to fix such problems.
I'm well aware of that. I would gladly help if I could. My comment was just to let you guys know that sum1's patch did not fix this. As I have mentioned several times it is a shame that Windows users (and developers) aren't aware of Gnumeric. As a scientific spreadsheet it is light years ahead of Excel (which was designed for accountants and salesmen...)!
*** Bug 607712 has been marked as a duplicate of this bug. ***
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.