diff options
Diffstat (limited to 'unity-standalone')
| -rw-r--r-- | unity-standalone/StandaloneUnity.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/unity-standalone/StandaloneUnity.cpp b/unity-standalone/StandaloneUnity.cpp index fa0662bed..fdc75beeb 100644 --- a/unity-standalone/StandaloneUnity.cpp +++ b/unity-standalone/StandaloneUnity.cpp @@ -86,7 +86,7 @@ UnityStandalone::~UnityStandalone ()  void UnityStandalone::Init ()  { - launcher_controller.reset(new launcher::Controller(0)); + launcher_controller.reset(new launcher::Controller());  panel_controller.reset(new panel::Controller());  dash_controller.reset(new dash::Controller());  dash_controller->launcher_width = launcher_controller->launcher().GetAbsoluteWidth() - 1; @@ -117,7 +117,7 @@ UnityStandaloneTV::~UnityStandaloneTV() {};  void UnityStandaloneTV::Init()  { - launcher_controller.reset(new launcher::Controller(0)); + launcher_controller.reset(new launcher::Controller());  dash_controller.reset(new dash::Controller());  dash_controller->launcher_width = launcher_controller->launcher().GetAbsoluteWidth() - 1; | 
