diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-08-19 23:46:59 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-08-19 23:46:59 +0000 |
commit | 9b14c046826ac88885fc7ad9bbd9deeecd06e142 (patch) | |
tree | e2a15e4dfbbc3e3ba4657708ef3772a6c949a1d1 /gtk/gtktreeselection.h | |
parent | 9b71c44a75d453ea530787dea48c4a5d16259e4e (diff) | |
download | gtk+-9b14c046826ac88885fc7ad9bbd9deeecd06e142.tar.gz |
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
Diffstat (limited to 'gtk/gtktreeselection.h')
-rw-r--r-- | gtk/gtktreeselection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.h b/gtk/gtktreeselection.h index 82c2c3bb7b..d349337a45 100644 --- a/gtk/gtktreeselection.h +++ b/gtk/gtktreeselection.h @@ -66,7 +66,7 @@ struct _GtkTreeSelectionClass { GObjectClass parent_class; - void (* changed) (GtkTreeView *tree_view); + void (* changed) (GtkTreeSelection *selection); }; |