GNOME Bugzilla – Bug 318878
gconf-editor crashes on f1 if yelp is not present
Last modified: 2005-11-29 20:25:46 UTC
Distribution/Version: Debian unstable Reported here: http://bugs.debian.org/315129 If I don't have yelp installed gconf-editor will crash when I press f1 or otherwise activate the help system. It's easily reproducable by doing mv /usr/bin/yelp{,.old} and pressing f1. I can reproduce with 2.10 and 2.12 versions.
Created attachment 53496 [details] [review] patch fixing it This patch fixes it. The function gconf_editor_window_popup_error_dialog(..),which pops up the error dialog, expects a GError as last argument. In this case there was only the error message not the whole GError submitted. I wonder why gcc didn't complain about the type mismatch here.
Thanks for your patch
can we get this patch accepted now?
Thanks for your patch, that's fixed with the CVS now: 2005-11-29 Sebastien Bacher <seb128@debian.org> * src/gconf-editor-window.c: (help_cb): fix a crasher when pressing F1 without yelp installed, patch by Felix Riemann <felix@hsgheli.de> (Closes: #318878).