https://bugzilla.xfce.org/show_bug.cgi?id=12863
Ivan 83 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6858|0 |1 is obsolete| | --- Comment #5 from Ivan 83 <[email protected]> --- 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 <[email protected]> >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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
