aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index b029601..a0e7130 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -892,7 +892,7 @@ WMError App::setRequest(const std::string& appid, const std::string &role, const
}
WMRequest req = WMRequest(appid, role, area, task);
- unsigned new_req = g_app_list.addAllocateRequest(req);
+ unsigned new_req = g_app_list.addRequest(req);
*req_num = new_req;
g_app_list.reqDump();