[Xfce-bugs] [Bug 12863] Patches: build fix, allow permission change on sshfs

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue May 9 04:27:22 CEST 2017


https://bugzilla.xfce.org/show_bug.cgi?id=12863

Ivan 83 <rozhuk.im at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6858|0                           |1
        is obsolete|                            |

--- Comment #5 from Ivan 83 <rozhuk.im at gmail.com> ---
Comment on attachment 6858
  --> https://bugzilla.xfce.org/attachment.cgi?id=6858
1

>From 0d6bab1ebd7e83f2c3aff94732d876073bc13e7d Mon Sep 17 00:00:00 2001
>From: ivan-83 <rozhuk.im at gmail.com>
>Date: Sun, 4 Sep 2016 10:04:12 +0300
>Subject: [PATCH 05/10] * build fix
>
>---
> thunar/thunar-file.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
>index 3262dfb..c8ca881 100644
>--- a/thunar/thunar-file.c
>+++ b/thunar/thunar-file.c
>@@ -3920,7 +3920,7 @@ thunar_file_unwatch (ThunarFile *file)
> gboolean
> thunar_file_reload (ThunarFile *file)
> {
>-  _thunar_return_if_fail (THUNAR_IS_FILE (file));
>+  _thunar_return_val_if_fail (THUNAR_IS_FILE (file), FALSE);
> 
>   /* clear file pxmap cache */
>   thunar_icon_factory_clear_pixmap_cache (file);
>-- 
>2.9.2
>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list