GNOME Bugzilla – Bug 650899
Glade shouldn't crash if previewer ist not installer / couldn't be launched
Last modified: 2011-10-11 20:16:57 UTC
Glade currently expects that the previewer is always launched correctly which is dangerous, especially as people might have libgladeui but not glade installed (which could be considered a packaging bug..). Attach patch fixes this with a g_return_if_fail(), maybe we would want to do something more user-friendly - not sure.
Created attachment 188413 [details] [review] Patch to fix the issue
Applied in glade-3-10 and master. Thanks for the patch