- Fix Trash panel plugin (PLUG_TPA), now receives good signal during monitoring
trash folder - Bump PORTREVISION Obtained from: Upstream git repo
This commit is contained in:
parent
172e01515f
commit
00f8846df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386230
2 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Thunar
|
||||
PORTVERSION= 1.6.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-fm xfce
|
||||
MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
|
12
x11-fm/thunar/files/patch-thunar_thunar-file.c
Normal file
12
x11-fm/thunar/files/patch-thunar_thunar-file.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Fix Trash panel plugin (PLUG_TPA), now receives right signal (bug #11896)
|
||||
|
||||
--- thunar/thunar-file.c.orig 2015-05-05 17:25:29 UTC
|
||||
+++ thunar/thunar-file.c
|
||||
@@ -661,6 +661,7 @@ thunar_file_monitor_update (GFile
|
||||
switch (event_type)
|
||||
{
|
||||
case G_FILE_MONITOR_EVENT_CREATED:
|
||||
+ case G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED:
|
||||
case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT:
|
||||
case G_FILE_MONITOR_EVENT_PRE_UNMOUNT:
|
||||
case G_FILE_MONITOR_EVENT_DELETED:
|
Loading…
Reference in a new issue