[gthumb/ext: 53/79] Fixed a typo
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext: 53/79] Fixed a typo
- Date: Sun, 2 Aug 2009 20:30:33 +0000 (UTC)
commit 3cefc08c9c1aa447626e84fb0c37f9a114ab2a40
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Jul 18 15:31:43 2009 +0200
Fixed a typo
gthumb/gio-utils.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gthumb/gio-utils.c b/gthumb/gio-utils.c
index a2998b7..6629906 100644
--- a/gthumb/gio-utils.c
+++ b/gthumb/gio-utils.c
@@ -1456,9 +1456,9 @@ g_directory_copy_start_dir (GFile *directory,
static void
-g_directory_copy_qdestination_info_ready_cb (GObject *source_object,
- GAsyncResult *result,
- gpointer user_data)
+g_directory_copy_destination_info_ready_cb (GObject *source_object,
+ GAsyncResult *result,
+ gpointer user_data)
{
DirectoryCopyData *dcd = user_data;
GFileInfo *info;
@@ -1530,7 +1530,7 @@ g_directory_copy_async (GFile *source,
0,
G_PRIORITY_DEFAULT,
dcd->cancellable,
- g_directory_copy_qdestination_info_ready_cb,
+ g_directory_copy_destination_info_ready_cb,
dcd);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]