Fix a typo

This commit is contained in:
Matthias Clasen 2005-03-21 15:34:36 +00:00
parent 306cc2ed71
commit 8d752a5587
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 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrendererprogress.c:

View File

@ -1,3 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.h: Fix a typo.
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrendererprogress.c:

View File

@ -1,3 +1,7 @@
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.h: Fix a typo.
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrendererprogress.c:

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__ */