Fixed userInfo
authorHeeJu Kang <mobum.kang@samsung.com>
Sat, 12 Jan 2013 07:18:53 +0000 (16:18 +0900)
committerHeeJu Kang <mobum.kang@samsung.com>
Sat, 12 Jan 2013 07:18:53 +0000 (16:18 +0900)
Change-Id: I7c0169a3ca444ffeeeaa1ffa1f678c0ad5b6e57d
Signed-off-by: HeeJu Kang <mobum.kang@samsung.com>
src/FShell_LiveboxProviderManagerImpl.cpp

index 8f27ab7..052f495 100644 (file)
@@ -282,7 +282,7 @@ _LiveboxProviderManagerImpl::OnAppControlRequestReceived(RequestId reqId, const
                SysTryReturnVoidResult(NID_APP, pValue, E_FAILURE, "[E_FAILURE]");
                Integer::Parse(*pValue, height);
 
-               this->CreateLivebox( *pName, *pInstanceId, width, height, null);
+               this->CreateLivebox( *pName, *pInstanceId, width, height, *pParam);
 
                if(operationId == LIVEBOX_ON_RESIZE)
                {