aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/thunar/files/patch-thunar_thunar-list-model.c
blob: 723de73686b0c1939160dd47ea29fbab0a7ade72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- thunar/thunar-list-model.c.orig	2020-05-24 12:27:08 UTC
+++ thunar/thunar-list-model.c
@@ -705,7 +705,7 @@ thunar_list_model_get_value (GtkTreeModel *model,
   _thunar_return_if_fail (iter->stamp == (THUNAR_LIST_MODEL (model))->stamp);
 
   file = g_sequence_get (iter->user_data);
-  _thunar_assert (THUNAR_IS_FILE (file));
+  _thunar_return_if_fail (THUNAR_IS_FILE (file));
 
   switch (column)
     {