Modify getAppID
[apps/agl-service-windowmanager.git] / src / window_manager.cpp
index 7ee9dbd..6b2ecf9 100644 (file)
@@ -858,7 +858,7 @@ void WindowManager::startTransitionWrapper(vector<WMAction> &actions)
         {
             bool found;
             auto const &surface_id = this->id_alloc.lookup(act.role);
-            string appid = g_app_list.getAppID(*surface_id, act.role, &found);
+            string appid = g_app_list.getAppID(*surface_id, &found);
             if (!found)
             {
                 if (TaskVisible::INVISIBLE == act.visible)