GNOME Bugzilla – Bug 607804
Crashes when editing an event, if stock icons are missing
Last modified: 2013-09-13 01:08:20 UTC
My application, based on Evolution libraries is crashing when it is run in a very raw environment when I open the dialog to edit the event. The stack trace is fairly obvious: evo can't find stock icons, and tries to use NULL as if it was a pixbuf. The attached patch fixes it.
Created attachment 152034 [details] [review] fallback to missing image if a stock icon is not found
Created attachment 152036 [details] [review] fallback to missing image
Looks good, go ahead and commit.
Comment on attachment 152036 [details] [review] fallback to missing image Pushed as 7173ba4e07cb964fd5a8c340dedf20e0b4c61aab.