Fix a crash when failing to open a downloaded file

This commit is contained in:
Christian Dywan 2009-04-24 20:13:57 +02:00
parent c0291bb4a3
commit c31d9936d9

View file

@ -129,7 +129,8 @@ sokoke_show_uri (GdkScreen* screen,
g_free (command);
if (result)
return TRUE;
*error = NULL;
if (error)
*error = NULL;
}
return FALSE;