diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c index a8755f6793..ca967f9c7c 100644 --- a/gtk/gtkfilesystemmodel.c +++ b/gtk/gtkfilesystemmodel.c @@ -1122,8 +1122,7 @@ gtk_file_system_model_set_directory (GtkFileSystemModel *model, GFile * dir, const gchar * attributes) { - g_return_if_fail (GTK_IS_FILE_SYSTEM_MODEL (model)); - g_return_if_fail (dir == NULL || G_IS_FILE (dir)); + g_assert (G_IS_FILE (dir)); model->dir = g_object_ref (dir); model->attributes = g_strdup (attributes);