Fix a crash when failing to open a downloaded file
This commit is contained in:
parent
c0291bb4a3
commit
c31d9936d9
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ sokoke_show_uri (GdkScreen* screen,
|
|||
g_free (command);
|
||||
if (result)
|
||||
return TRUE;
|
||||
*error = NULL;
|
||||
if (error)
|
||||
*error = NULL;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue