diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-03 22:49:35 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-03 22:49:35 +0000 |
commit | 12359a817b7b24a4a99095e46427ad6284a8149f (patch) | |
tree | fc10f171d950667e3fc25a9f3820fcd8f1302519 /demos/pixbuf-init.c | |
parent | 45f7541f42d696d02464973e74b2684f690a0cdd (diff) | |
download | gtk+-12359a817b7b24a4a99095e46427ad6284a8149f.tar.gz |
Adjustments for recent gdk-pixbuf changes.
Diffstat (limited to 'demos/pixbuf-init.c')
-rw-r--r-- | demos/pixbuf-init.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/demos/pixbuf-init.c b/demos/pixbuf-init.c index a8803e5f82..54faeb81e9 100644 --- a/demos/pixbuf-init.c +++ b/demos/pixbuf-init.c @@ -15,5 +15,13 @@ void pixbuf_init () { if (file_exists ("../gdk-pixbuf/libpixbufloader-pnm.la")) - putenv ("GDK_PIXBUF_MODULEDIR=../gdk-pixbuf"); + putenv ("GDK_PIXBUF_MODULE_FILE=../gdk-pixbuf/gdk-pixbuf.loaders"); } + + + + + + + + |