]> git.vomp.tv Git - vompclient.git/commitdiff
Fix for power after boot fail
authorChris Tallon <chris@vomp.tv>
Mon, 5 Nov 2007 21:27:33 +0000 (21:27 +0000)
committerChris Tallon <chris@vomp.tv>
Mon, 5 Nov 2007 21:27:33 +0000 (21:27 +0000)
command.cc

index 3dfa445784fa49b9e8ad86fd767d2eafff6c2235..413f304d451514196e172f73f7a8adf767c5b032 100644 (file)
@@ -83,6 +83,8 @@ int Command::init()
   boxstack = BoxStack::getInstance();
   remote = Remote::getInstance();
   
+  remote->InitHWCListwithDefaults();
+  
   if (!logger || !boxstack || !remote)
   {
     initted = 0;