[gthumb/ext] use the correct user data



commit 980d16fb21efc1caba6487ea812e058c0b6db97d
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Sep 10 11:25:27 2009 +0200

    use the correct user data

 gthumb/gth-file-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-file-source.c b/gthumb/gth-file-source.c
index 350e96a..7683032 100644
--- a/gthumb/gth-file-source.c
+++ b/gthumb/gth-file-source.c
@@ -922,7 +922,7 @@ gth_file_source_read_attributes (GthFileSource  *file_source,
 	GList                *gio_files;
 
 	if (gth_file_source_is_active (file_source)) {
-		gth_file_source_queue_read_attributes (file_source, files, attributes, func, data);
+		gth_file_source_queue_read_attributes (file_source, files, attributes, func, user_data);
 		return;
 	}
 



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