|
Line 0
Link Here
|
|
|
1 |
--- thunar/thunar-list-model.c.orig 2020-05-24 12:27:08 UTC |
| 2 |
+++ thunar/thunar-list-model.c |
| 3 |
@@ -705,7 +705,7 @@ thunar_list_model_get_value (GtkTreeModel *model, |
| 4 |
_thunar_return_if_fail (iter->stamp == (THUNAR_LIST_MODEL (model))->stamp); |
| 5 |
|
| 6 |
file = g_sequence_get (iter->user_data); |
| 7 |
- _thunar_assert (THUNAR_IS_FILE (file)); |
| 8 |
+ _thunar_return_if_fail (THUNAR_IS_FILE (file)); |
| 9 |
|
| 10 |
switch (column) |
| 11 |
{ |