[gthumb] fixed progress-bar jumps when copying or moving files
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] fixed progress-bar jumps when copying or moving files
- Date: Fri, 27 May 2011 07:56:41 +0000 (UTC)
commit 455f157e33aaf1a7992619b6f384a8187f33d4a9
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri May 27 09:54:32 2011 +0200
fixed progress-bar jumps when copying or moving files
gthumb/gio-utils.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/gthumb/gio-utils.c b/gthumb/gio-utils.c
index 249c21c..8cfacd7 100644
--- a/gthumb/gio-utils.c
+++ b/gthumb/gio-utils.c
@@ -1391,12 +1391,7 @@ _g_copy_file_to_destination (CopyFileData *copy_file_data,
else
copy_file_data->message = g_strdup_printf (_("Copying \"%s\" to \"%s\""), g_file_info_get_display_name (copy_file_data->source->info), destination_name);
- copy_file_data->progress_callback (NULL,
- copy_file_data->message,
- "",
- TRUE,
- 0.0,
- copy_file_data->progress_callback_data);
+ copy_file_progress_cb (0, 0, copy_file_data);
g_free (destination_name);
g_object_unref (destination_parent);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]