override: Fix warning

tingping/wmclass
Alexander Larsson 2016-01-19 12:32:04 +01:00
parent 9e8ca412f5
commit 2c08cdc4e0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ xdg_app_builtin_override (int argc, char **argv, GCancellable *cancellable, GErr
if (!g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND))
{
g_propagate_error (error, g_steal_pointer (&my_error));
return NULL;
return FALSE;
}
metakey = g_key_file_new ();
}