[Xfce4-commits] [xfce/xfdesktop] 01/01: Do not query file information again (Bug #15460)
noreply at xfce.org
noreply at xfce.org
Wed Jul 31 03:10:35 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfdesktop.
commit 5e36bfed4e726710946c8edf32d47fed469aa2e2
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Sat Jul 27 14:11:00 2019 +0200
Do not query file information again (Bug #15460)
---
src/xfdesktop-regular-file-icon.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/xfdesktop-regular-file-icon.c b/src/xfdesktop-regular-file-icon.c
index b1c76f0..3687127 100644
--- a/src/xfdesktop-regular-file-icon.c
+++ b/src/xfdesktop-regular-file-icon.c
@@ -1022,12 +1022,6 @@ xfdesktop_regular_file_icon_new(GFile *file,
XFDESKTOP_FILESYSTEM_INFO_NAMESPACE,
NULL, NULL);
- /* query file information from GIO */
- regular_file_icon->priv->file_info = g_file_query_info(regular_file_icon->priv->file,
- XFDESKTOP_FILE_INFO_NAMESPACE,
- G_FILE_QUERY_INFO_NONE,
- NULL, NULL);
-
regular_file_icon->priv->gscreen = screen;
regular_file_icon->priv->fmanager = fmanager;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list