Skip to content

Instantly share code, notes, and snippets.

@LinuxMatt
Created February 2, 2015 13:11
Show Gist options
  • Save LinuxMatt/640ed8b1dda47794b458 to your computer and use it in GitHub Desktop.
Save LinuxMatt/640ed8b1dda47794b458 to your computer and use it in GitHub Desktop.
Thunar bug 11008
diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index 60fe3e7..f230cda 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -1224,7 +1224,8 @@ thunar_file_get_with_info (GFile *gfile,
_thunar_return_val_if_fail (G_IS_FILE_INFO (info), NULL);
/* check if we already have a cached version of that file */
- file = thunar_file_cache_lookup (gfile);
+ //file = thunar_file_cache_lookup (gfile);
+ file = NULL;
if (G_UNLIKELY (file != NULL))
{
/* return the file, it already has an additional ref set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment