[eog/gnome-2-32] Fix a typo in EogImage:next-frame signal definition



commit 451cab1e63535baadf75250bc2bbd723f0dced12
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Sep 10 17:58:46 2010 +0300

    Fix a typo in EogImage:next-frame signal definition

 src/eog-image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/eog-image.c b/src/eog-image.c
index 57ea118..c069399 100644
--- a/src/eog-image.c
+++ b/src/eog-image.c
@@ -260,7 +260,7 @@ eog_image_class_init (EogImageClass *klass)
 		g_signal_new ("next-frame",
 			      EOG_TYPE_IMAGE,
 			      G_SIGNAL_RUN_LAST,
-			      G_STRUCT_OFFSET (EogImageClass, save_progress),
+			      G_STRUCT_OFFSET (EogImageClass, next_frame),
 			      NULL, NULL,
 			      g_cclosure_marshal_VOID__INT,
 			      G_TYPE_NONE, 1,



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