X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=webdvd.cpp;h=c4cf8a95f662d35d7ab67c3e14f1a4c50b70b8f1;hb=9befd8a8d798f9ae4e0eaacae9b34f6211556292;hp=43f54c7021a703b8be936cb8280548239dfee6f0;hpb=c13714f6498df33e02635421354f5fb88a60eb3d;p=videolink.git 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);