bug 550969 - fix a typo which breaks the static build

2008-09-05  Sebastien Bacher  <seb128@ubuntu.com>

	* gdk-pixbuf-io.c: (gdk_pixbuf_load_module_unlocked):
	bug 550969 - fix a typo which breaks the static build

svn path=/trunk/; revision=21303
This commit is contained in:
Sebastien Bacher
2008-09-05 20:52:40 +00:00
committed by Sebastien Bacher
parent e936ba0f5a
commit 1e3251a26e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-09-05 Sebastien Bacher <seb128@ubuntu.com>
* gdk-pixbuf-io.c: (gdk_pixbuf_load_module_unlocked):
bug 550969 - fix a typo which breaks the static build
2008-09-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.14.1 ===

View File

@ -706,7 +706,7 @@ gdk_pixbuf_load_module_unlocked (GdkPixbufModule *image_module,
g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_UNKNOWN_TYPE,
_("Image type '%s' is not supported",
_("Image type '%s' is not supported"),
image_module->module_name);
return FALSE;
#endif /* !USE_GMODULE */