Add dependencies file to git.
[guestfs-browser.git] / main.ml
diff --git a/main.ml b/main.ml
index 1fb7ce0..25215ac 100644 (file)
--- a/main.ml
+++ b/main.ml
@@ -38,6 +38,7 @@ let () =
   Slave.set_failure_hook (Window.failure ws);
   Slave.set_busy_hook (Window.throbber_busy ws);
   Slave.set_idle_hook (Window.throbber_idle ws);
+  Slave.set_progress_hook (Window.progress ws);
 
   (* What did the user request on the command line? *)
   (*Window.run_cli_request ws cli_request;*)