From d13fe604bdf3557b55766c41503c725aa41ea5b8 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 8 Feb 2002 03:25:31 +0000 Subject: [PATCH] clean up a little --- gtk/gtkspinbutton.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 0e2a104ba6..86cedf9590 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -108,9 +108,9 @@ struct _GtkSpinButtonClass gint (*output) (GtkSpinButton *spin_button); void (*value_changed) (GtkSpinButton *spin_button); - void (*change_value) (GtkSpinButton *spin, - GtkScrollType scroll); - + /* Action signals for keybindings, do not connect to these */ + void (*change_value) (GtkSpinButton *spin_button, + GtkScrollType scroll); };