Created
February 2, 2015 13:11
-
-
Save LinuxMatt/640ed8b1dda47794b458 to your computer and use it in GitHub Desktop.
Thunar bug 11008
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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