Fix a typo

This commit is contained in:
Matthias Clasen
2005-03-21 15:33:26 +00:00
parent b32108ebe2
commit c79d740327
4 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.h: Fix a typo.
2005-03-21 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 which

View File

@@ -1,3 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.h: Fix a typo.
2005-03-21 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 which

View File

@@ -1,3 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.h: Fix a typo.
2005-03-21 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 which

View File

@@ -187,6 +187,6 @@ void gtk_spin_button_update (GtkSpinButton *spin_button)
#define gtk_spin_button_get_value_as_float gtk_spin_button_get_value
#endif
G_BEGIN_DECLS
G_END_DECLS
#endif /* __GTK_SPIN_BUTTON_H__ */