X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=main.ml;h=82e4603fc2f91a142cf9ba0faee04f2e1017993e;hb=3b2348f5f4b770e3e7f886d851eeadc59bbd2357;hp=fafe7d68dd8bba76907ecd0743d57b4f50316a5b;hpb=73f1dc10b4279528818fe0fda33daf4c34488d21;p=guestfs-browser.git diff --git a/main.ml b/main.ml index fafe7d6..82e4603 100644 --- 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? *)