Switch to using new event API.
[guestfs-browser.git] / main.ml
diff --git a/main.ml b/main.ml
index fafe7d6..82e4603 100644 (file)
--- a/main.ml
+++ b/main.ml
@@ -37,6 +37,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_status_hook (Window.set_statusbar ws);
   Slave.set_progress_hook (Window.progress ws);
 
   (* What did the user request on the command line? *)