summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2008-09-05 20:52:40 +0000
committerSebastien Bacher <sbacher@src.gnome.org>2008-09-05 20:52:40 +0000
commit1e3251a26e43fa03feffccf169d02319c3fc2aed (patch)
tree048b51e5323b5b3f6a042408c2ad9601a090e728 /gdk-pixbuf
parente936ba0f5ad0b8d1b6ef45fb40e63c7a874a287e (diff)
downloadgtk+-1e3251a26e43fa03feffccf169d02319c3fc2aed.tar.gz
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
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog5
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 1f2960e977..eb46945d44 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -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 ===
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 0b5766b52c..b26fb5d001 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -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 */