gthumb r2197 - in trunk: . src
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gthumb r2197 - in trunk: . src
- Date: Thu, 17 Jan 2008 18:27:43 +0000 (GMT)
Author: mjc
Date: Thu Jan 17 18:27:42 2008
New Revision: 2197
URL: http://svn.gnome.org/viewvc/gthumb?rev=2197&view=rev
Log:
2008-01-17 Michael J. Chudobiak <mjc svn gnome org>
* src/dlg-photo-importer.c: (copy_images__step):
Add a status message to the progress bar during the update
of remote files from the cache.
Modified:
trunk/ChangeLog
trunk/src/dlg-photo-importer.c
Modified: trunk/src/dlg-photo-importer.c
==============================================================================
--- trunk/src/dlg-photo-importer.c (original)
+++ trunk/src/dlg-photo-importer.c Thu Jan 17 18:27:42 2008
@@ -1507,6 +1507,12 @@
FileData *file;
file = file_data_new (uri, NULL);
+
+ if (data->msg_text != NULL)
+ g_free (data->msg_text);
+ data->msg_text = g_strdup_printf (_("Transferring '%s' to its destination folder."),
+ file_name_from_path (file->path));
+
update_file_from_cache (file, done_func, aodata);
file_data_unref (file);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]