Codebase list xapp / a13d16c
xapp-favorites.c: Don't crash trying to remove a previously-removed favorite. Michael Webster 3 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
401401 real_uri = g_strdup (uri);
402402 }
403403
404 g_return_if_fail (real_uri != NULL);
405
404406 g_debug ("XAppFavorites: remove favorite: %s", real_uri);
405407
406408 // It may be orphaned for some reason.. even if it's not in gsettings, still try