[gvfs] Don't set a file size for the network:// shortcuts
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] Don't set a file size for the network:// shortcuts
- Date: Wed, 22 Aug 2012 20:23:22 +0000 (UTC)
commit 607e194e0a6311612995a327077e9e19a4ff45f7
Author: William Jon McCann <jmccann redhat com>
Date: Tue Aug 21 12:55:01 2012 -0400
Don't set a file size for the network:// shortcuts
https://bugzilla.gnome.org/show_bug.cgi?id=682376
daemon/gvfsbackendnetwork.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsbackendnetwork.c b/daemon/gvfsbackendnetwork.c
index 29f670f..b88d567 100644
--- a/daemon/gvfsbackendnetwork.c
+++ b/daemon/gvfsbackendnetwork.c
@@ -618,7 +618,6 @@ file_info_from_file (NetworkFile *file,
g_file_info_set_icon (info, file->icon);
g_file_info_set_file_type (info, G_FILE_TYPE_SHORTCUT);
- g_file_info_set_size (info, 0);
g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE, FALSE);
g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE, FALSE);
g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]