X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=webdvd.cpp;h=c4cf8a95f662d35d7ab67c3e14f1a4c50b70b8f1;hp=43f54c7021a703b8be936cb8280548239dfee6f0;hb=80da930b8321600a81d3d9ae39ff4b27def501c3;hpb=be757cb101de2c2abd8131533c40f740da9e3eca diff --git a/webdvd.cpp b/webdvd.cpp index 43f54c7..c4cf8a9 100644 --- a/webdvd.cpp +++ b/webdvd.cpp @@ -55,6 +55,7 @@ #include "dvd.hpp" #include "generate_dvd.hpp" #include "link_iterator.hpp" +#include "null_prompt_service.hpp" #include "pixbufs.hpp" #include "style_sheets.hpp" #include "temp_file.hpp" @@ -936,6 +937,8 @@ int main(int argc, char ** argv) // Initialise Mozilla browser_widget::initialiser browser_init; set_browser_preferences(); + if (!preview_mode) + null_prompt_service::install(); // Run the browser/converter webdvd_window window(frame_params, menu_url, output_dir);