Browse Source

Let the Web UI know about its controller.

Change-Id: I6d3bd891173ee817202eac6732b324a61b0f41fc
Reviewed-on: http://gerrit.dmdirc.com/3232
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.8
Chris Smith 10 years ago
parent
commit
243f62d801
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/addons/ui_web/WebInterfacePlugin.java

+ 1
- 1
src/com/dmdirc/addons/ui_web/WebInterfacePlugin.java View File

@@ -46,7 +46,7 @@ public class WebInterfacePlugin extends BasePlugin {
46 46
     /** {@inheritDoc} */
47 47
     @Override
48 48
     public void onLoad() {
49
-        getObjectGraph().get(WebInterfaceUI.class);
49
+        controller = getObjectGraph().get(WebInterfaceUI.class);
50 50
     }
51 51
 
52 52
     /**

Loading…
Cancel
Save