[gthumb] Flag some areas for future gfile porting
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Subject: [gthumb] Flag some areas for future gfile porting
- Date: Thu, 25 Jun 2009 13:02:02 +0000 (UTC)
commit a5170479b8976eb5e787c49d017ff82e79019a29
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Thu Jun 25 09:01:44 2009 -0400
Flag some areas for future gfile porting
src/dlg-file-utils.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/dlg-file-utils.c b/src/dlg-file-utils.c
index 28fb456..00d84bb 100644
--- a/src/dlg-file-utils.c
+++ b/src/dlg-file-utils.c
@@ -1221,7 +1221,9 @@ static void
files_copy__done (FileCopyData *fcdata)
{
if (fcdata->remove_source)
+ /* FIXME: use gth_monitor_notify_update_gfiles after gfile migration */
gth_monitor_notify_update_files (GTH_MONITOR_EVENT_DELETED, fcdata->copied_list);
+ /* FIXME: use gth_monitor_notify_update_gfiles after gfile migration */
gth_monitor_notify_update_files (GTH_MONITOR_EVENT_CREATED, fcdata->created_list);
gth_monitor_resume ();
@@ -1777,8 +1779,10 @@ static void
files_delete__done (FileDeleteData *fddata)
{
if (fddata->error == NULL)
+ /* FIXME: use gth_monitor_notify_update_gfiles after gfile migration */
gth_monitor_notify_update_files (GTH_MONITOR_EVENT_DELETED, fddata->file_list);
else
+ /* FIXME: use gth_monitor_notify_update_gfiles after gfile migration */
gth_monitor_notify_update_files (GTH_MONITOR_EVENT_CHANGED, fddata->file_list);
/*gth_monitor_resume (); FIXME*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]