summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-03-25 04:04:11 +0100
committerBenjamin Otte <otte@redhat.com>2011-03-25 04:04:11 +0100
commitca52876c78cb6300d24972ca2d0fe0fc65cb74a9 (patch)
tree30aca3ff52f2f422067b8daf313f70bda3f703c2
parent968e9ffb23f2a3b133d98b5bbea851253646da4c (diff)
xxx: pictureHEADmaster
-rw-r--r--pig/pig-marshal.list2
-rw-r--r--pig/pig-picture.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pig/pig-marshal.list b/pig/pig-marshal.list
index 0188633..992be1a 100644
--- a/pig/pig-marshal.list
+++ b/pig/pig-marshal.list
@@ -1,2 +1,2 @@
VOID:BOXED
-VOID:INT,INT
+VOID:VOID
diff --git a/pig/pig-picture.c b/pig/pig-picture.c
index 03d1e57..486a40a 100644
--- a/pig/pig-picture.c
+++ b/pig/pig-picture.c
@@ -222,7 +222,7 @@ pig_picture_class_init (PigPictureClass *klass)
G_TYPE_FROM_CLASS (object_class),
G_SIGNAL_RUN_LAST,
0, NULL, NULL,
- _pig_marshal_VOID__INT_INT,
+ _pig_marshal_VOID__VOID,
G_TYPE_NONE, 0);
g_type_class_add_private (klass, sizeof (PigPicturePrivate));