mirror of https://github.com/GNOME/gimp.git
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:
parent
43166203b5
commit
0dbc038c2b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue