Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / inkview.cpp
index d192449115ae2bbff40e5ec4a31752bfe92f80c7..740a7b77f90c21239b60d50fb6c78936ac492224 100644 (file)
@@ -178,6 +178,9 @@ main (int argc, const char **argv)
        usage();
     }
 
+    // Prevents errors like "Unable to wrap GdkPixbuf..." (in nr-filter-image.cpp for example)
+    Gtk::Main::init_gtkmm_internals();
+
     Gtk::Main main_instance (&argc, const_cast<char ***>(&argv));
 
     struct SPSlideShow ss;