[eog] Fix a typo in EogImage:next-frame signal definition
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Fix a typo in EogImage:next-frame signal definition
- Date: Mon, 13 Sep 2010 13:54:48 +0000 (UTC)
commit 7429d93233f2c2af98f2dc091be49e170f252e79
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]