summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-08-20 15:46:49 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-08-20 15:46:49 +0000
commit988275cf14a5d3994affb83f70be38c65768162b (patch)
tree2bb9f69d9089ca67eed0a499937ceb4b178bc0e8 /gtk
parent476cda2a477a118fbddea574a07765abf5f6508e (diff)
downloadgtk+-988275cf14a5d3994affb83f70be38c65768162b.tar.gz
Use correct marshaller.
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use correct marshaller.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktreeselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index 6c45b28047..338b76e8d6 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -84,7 +84,7 @@ gtk_tree_selection_class_init (GtkTreeSelectionClass *class)
GTK_RUN_FIRST,
GTK_CLASS_TYPE (object_class),
GTK_SIGNAL_OFFSET (GtkTreeSelectionClass, changed),
- gtk_marshal_VOID__OBJECT,
+ gtk_marshal_VOID__VOID,
GTK_TYPE_NONE, 0);
}