[gthumb] Really fix the rotation tool, correction to earlier commit



commit 871c872738aed0855ac56c2ab97f40b43f4fca16
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Thu Jun 25 08:50:04 2009 -0400

    Really fix the rotation tool, correction to earlier commit

 src/dlg-jpegtran.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dlg-jpegtran.c b/src/dlg-jpegtran.c
index f9622b6..491eaea 100644
--- a/src/dlg-jpegtran.c
+++ b/src/dlg-jpegtran.c
@@ -228,7 +228,7 @@ notify_file_changed (DialogData *data,
 	if (notify_soon) {
 		GList *list = g_list_prepend (NULL, gfile);
 		g_object_ref (gfile);
-		gth_monitor_notify_update_files (GTH_MONITOR_EVENT_CHANGED, list);
+		gth_monitor_notify_update_gfiles (GTH_MONITOR_EVENT_CHANGED, list);
 		gfile_list_free (list);
 	} 
 	else {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]