The source project of this merge request has been removed.
Fix segfault crash.
While testing updating the port for notifyd in FreeBSD I was experiencing a crash when launching xfce4-notifyd-config.
Looks like g_desktop_app_info_new() could return null and this should be checked before passing it to g_desktop_app_info_get_filename().