Merge "Change API for locale" into tizen_2.2
[platform/framework/native/appfw.git] / src / app / FAppApp.cpp
index 3ced2b0..a9b0ae2 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -169,7 +168,7 @@ App::SendUserEvent(RequestId requestId, const IList* pArgs)
 {
        SysAssertf(__pAppImpl != null, "Getting App instance failed.");
 
-       return __pAppImpl->SendUserEvent(requestId, pArgs);
+       return __pAppImpl->SendUserEvent(requestId, pArgs, true);
 }
 
 void