[gthumb] Use gfile arguments in monitor reporting for change-data tool
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Subject: [gthumb] Use gfile arguments in monitor reporting for change-data tool
- Date: Thu, 25 Jun 2009 12:30:38 +0000 (UTC)
commit 89691cbb94346aef84e0dce78c589eddae1d969f
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Thu Jun 25 08:30:07 2009 -0400
Use gfile arguments in monitor reporting for change-data tool
src/dlg-change-date.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/dlg-change-date.c b/src/dlg-change-date.c
index 237959c..1ce8a7b 100644
--- a/src/dlg-change-date.c
+++ b/src/dlg-change-date.c
@@ -190,11 +190,12 @@ ok_clicked (GtkWidget *button,
g_free (buf);
}
- file_list = g_list_prepend (file_list, fdata->utf8_path);
+ file_list = g_list_prepend (file_list, fdata->gfile);
+ g_object_ref (fdata->gfile);
}
- gth_monitor_notify_update_files (GTH_MONITOR_EVENT_CHANGED, file_list);
- g_list_free (file_list);
+ gth_monitor_notify_update_gfiles (GTH_MONITOR_EVENT_CHANGED, file_list);
+ gfile_list_free (file_list);
gth_monitor_resume ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]