From a9b31d449004b5d22cc9257de3ee295f42414e46 Mon Sep 17 00:00:00 2001 From: Jasper van de Gronde Date: Sat, 10 Jan 2009 16:25:06 +0000 Subject: Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to wrap GdkPixbuf". (bzr r7106) --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index eb1a0b103..89590a5f4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -562,6 +562,9 @@ main(int argc, char **argv) rt.setPathInfo(); #endif + // Prevents errors like "Unable to wrap GdkPixbuf..." (in nr-filter-image.cpp for example) + Gtk::Main::init_gtkmm_internals(); + // Bug #197475 set_extensions_env(); -- cgit v1.2.3