diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index a2967d28b5..b5fa7d3181 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Matthias Clasen + + * gdk-pixbuf-core.h: Align argument names with source. + Thu Aug 26 01:23:16 2004 Matthias Clasen * gdk-pixbuf-core.h: diff --git a/gdk-pixbuf/gdk-pixbuf-core.h b/gdk-pixbuf/gdk-pixbuf-core.h index c0f5668ba2..a51be74081 100644 --- a/gdk-pixbuf/gdk-pixbuf-core.h +++ b/gdk-pixbuf/gdk-pixbuf-core.h @@ -125,7 +125,7 @@ GdkPixbuf *gdk_pixbuf_new_from_file_at_size (const char *filename, GdkPixbuf *gdk_pixbuf_new_from_file_at_scale (const char *filename, int width, int height, - gboolean keep_aspect_ratio, + gboolean preserve_aspect_ratio, GError **error); GdkPixbuf *gdk_pixbuf_new_from_data (const guchar *data,