[frogr] Fixed wrong assignment in class_init
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Fixed wrong assignment in class_init
- Date: Thu, 25 Aug 2011 22:07:39 +0000 (UTC)
commit c65d1fbea422f6ce87093c76bfe05cd662973899
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Thu Aug 25 19:18:20 2011 +0200
Fixed wrong assignment in class_init
src/frogr-picture.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-picture.c b/src/frogr-picture.c
index b35ac75..75dac22 100644
--- a/src/frogr-picture.c
+++ b/src/frogr-picture.c
@@ -380,7 +380,7 @@ frogr_picture_class_init(FrogrPictureClass *klass)
/* GtkObject signals */
obj_class->set_property = _frogr_picture_set_property;
obj_class->get_property = _frogr_picture_get_property;
- obj_class->finalize = _frogr_picture_dispose;
+ obj_class->dispose = _frogr_picture_dispose;
obj_class->finalize = _frogr_picture_finalize;
/* Install properties */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]