Updated MANIFEST.
[virt-top.git] / virt-ctrl / virt_ctrl.ml
index a9740c1..9e5053e 100644 (file)
 *)
 
 open Printf
+open Virt_ctrl_gettext.Gettext
 
 let () =
   (* Build the main window and wire up the buttons to the callback functions *)
   Vc_mainwindow.make
-    ~open_connection:Vc_connections.open_connection
     ~start_domain:Vc_domain_ops.start_domain
     ~pause_domain:Vc_domain_ops.pause_domain
     ~resume_domain:Vc_domain_ops.resume_domain