
On Wed, Jul 25, 2007 at 03:39:34PM -0400, bulia byak wrote:
On 7/25/07, Jean-René Reinhard <jr@...1777...> wrote:
Shouldn't inkscape die in a nicer way than a segfault, with an explicit warning, if the key file cannot be found?
I think it's a good idea - feel free to implement it :)
After investigating the problem, it was indeed a bug. Menu items are build in two different ways : - containing a hbox, containing a two labels, one for the name of the item, one for the shortcut key - containing a label if there is no shortcut
The segfault stemmed from a buggy renaming function which assumed that we were all the time in the first case, function that is called to change the name of the Undo menu item. This is now fixed.
I have to apologize, but I first posted about this issue because I found that the bug report was quickly closed.
So we have a new feature : Inkscape can run without shortcuts. Somehow, I don't think this will appear in the next Changelog :)
Cheers, Jean-Rene