Fix up warnings, #58928.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkliststore.c: Fix up warnings, #58928. * gtk/gtktreeselection.h: Change signal prototype, #58647 * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust, #59221. * gtk/gtkstyle.c: Actually prelight arrow, #50981
This commit is contained in:
committed by
Jonathan Blandford
parent
9b71c44a75
commit
9b14c04682
@ -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__VOID,
|
||||
gtk_marshal_VOID__OBJECT,
|
||||
GTK_TYPE_NONE, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user