app: add an assertion test on result of gimp_widget_load_icon().aad82d1a9bb20839a2793f9a6d0d65888c2c57aa
commitaad82d1a9bb20839a2793f9a6d0d65888c2c57aa
authorJehan <jehan@girinstud.io>
Mon, 25 Jun 2018 14:15:25 +0000 (25 16:15 +0200)
committerJehan <jehan@girinstud.io>
Mon, 25 Jun 2018 14:15:25 +0000 (25 16:15 +0200)
treec6b3204dd8fca89be59fe13c2b99270833095fe7
parent80d2a02b58264338cc7e41f117c6d0d9d2e23f47
app: add an assertion test on result of gimp_widget_load_icon().

Actually since we make this function so that it should never return
NULL, we may as well return a test at the end. If pixbuf is NULL, then
it is an implementation bug somewhere and we should fix it.
app/widgets/gimpwidgets-utils.c