View | Details | Raw Unified | Return to bug 247961
Collapse All | Expand All

(-)x11-fm/thunar/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	thunar
4
PORTNAME=	thunar
5
DISTVERSION=	1.8.15
5
DISTVERSION=	1.8.15
6
PORTREVISION=	1
6
CATEGORIES=	x11-fm xfce
7
CATEGORIES=	x11-fm xfce
7
MASTER_SITES=	XFCE
8
MASTER_SITES=	XFCE
8
DIST_SUBDIR=	xfce4
9
DIST_SUBDIR=	xfce4
(-)x11-fm/thunar/files/patch-thunar_thunar-list-model.c (+11 lines)
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
     {

Return to bug 247961