fixed a typo: thmbnail -> thumbnail

2005-06-27  Michael Schumacher  <schumaml@cvs.gnome.org>

	* libgimpwidgets/gimppageselector.c: fixed a typo:
	thmbnail -> thumbnail
This commit is contained in:
Michael Schumacher 2005-06-27 20:05:18 +00:00 committed by Michael Schumacher
parent 43166203b5
commit 0dbc038c2b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-06-27 Michael Schumacher <schumaml@cvs.gnome.org>
* libgimpwidgets/gimppageselector.c: fixed a typo:
thmbnail -> thumbnail
2005-06-27 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimpwidgets.def

View File

@ -413,8 +413,8 @@ gimp_page_selector_set_page_thumbnail (GimpPageSelector *selector,
* Returns: The page's thumbnail, or %NULL if none is set.
**/
GdkPixbuf *
gimp_page_selector_get_page_thmbnail (GimpPageSelector *selector,
gint page_no)
gimp_page_selector_get_page_thumbnail (GimpPageSelector *selector,
gint page_no)
{
GdkPixbuf *thumbnail;
GtkTreeIter iter;