[gthumb: 13/20] use the gio function to get the entry point info



commit 580dc5149f7672fd4a0f84a887eecd6234367251
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Mar 29 11:31:03 2010 +0200

    use the gio function to get the entry point info

 gthumb/gth-file-source-vfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-file-source-vfs.c b/gthumb/gth-file-source-vfs.c
index 2e9c1f5..1cdf7f7 100644
--- a/gthumb/gth-file-source-vfs.c
+++ b/gthumb/gth-file-source-vfs.c
@@ -99,7 +99,7 @@ gth_file_source_vfs_get_entry_points (GthFileSource *file_source)
 			continue;
 
 		file = g_mount_get_root (mount);
-		info = gth_file_source_get_file_info (file_source, file, GFILE_BASIC_ATTRIBUTES ",access::*");
+		info = g_file_query_info (file, GFILE_BASIC_ATTRIBUTES ",access::*", G_FILE_QUERY_INFO_NONE, NULL, NULL);
 
 		volume = g_mount_get_volume (mount);
 		if (volume != NULL) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]