[gthumb] removed debug code
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] removed debug code
- Date: Sat, 6 Mar 2010 16:13:07 +0000 (UTC)
commit d59de463fee5098732e7af2589ff765951fea9db
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Mar 6 17:10:22 2010 +0100
removed debug code
gthumb/gth-file-source.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gthumb/gth-file-source.c b/gthumb/gth-file-source.c
index a602a47..12f26e9 100644
--- a/gthumb/gth-file-source.c
+++ b/gthumb/gth-file-source.c
@@ -828,10 +828,8 @@ gth_file_source_to_gio_file_list (GthFileSource *file_source,
GList *gio_files = NULL;
GList *scan;
- for (scan = files; scan; scan = scan->next) {
-g_print ("%s ==> %s\n", g_file_get_uri ((GFile *) scan->data), g_file_get_uri (gth_file_source_to_gio_file (file_source, (GFile *) scan->data)));
+ for (scan = files; scan; scan = scan->next)
gio_files = g_list_prepend (gio_files, gth_file_source_to_gio_file (file_source, (GFile *) scan->data));
- }
return g_list_reverse (gio_files);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]