# File src/demos/gtk_demo_plugins/core/Workbench.rb, line 11
  def start()
    @logger.debug { "Workbench starting, creating empty plugin to ui widget map" }
    @plug_ui = {}
    
    true
  end