Code

use the same steps to figure out dir for bitmap copy as in export dialog
[inkscape.git] / src / extension / internal / bitmap / imagemagick.cpp
index 0be324f4201cb56ba0e650e7d8e9e6d858ba46fb..402e0c973863087f62dd0ccff7ae18cc4bc2c056 100644 (file)
@@ -198,9 +198,9 @@ ImageMagick::effect (Inkscape::Extension::Effect *module, Inkscape::UI::View::Vi
                        printf("Caught exception: %s \n", error_.what());
                }
 
-               while(Gtk::Main::events_pending()) {
-                       Gtk::Main::iteration();
-               }
+               //while(Gtk::Main::events_pending()) {
+               //      Gtk::Main::iteration();
+               //}
        }
 }