Re: [Java-gnome-developer] glib fatal error using a FileChooserButton
Brought to you by:
afcowie
From: Guillaume M. <res...@gm...> - 2010-03-05 14:06:34
|
Hello, I found why that crash occurred. And it is pretty easy to reproduce. Go in your home folder and then: ~$ rm .recently-used.xbel ~$ touch .recently-used.xbel or even (but it is stupid) ~$ mkdir .recently-used.xbel Start your program with a file chooser widget and then it will crash. I tested with a program written in C and it does not crash but it warns you about that ".recently-used.xbel" file. I don't know if we should really consider this as a bug because if the user uses his/her desktop right it should not happened... But if we can do something to prevent the program from crashing it could be nice. -- Guillaume Mazoyer - http://www.respawner.fr/ |