X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fxdg-launcher.git;a=blobdiff_plain;f=src%2Frunxdg.cpp;fp=src%2Frunxdg.cpp;h=8582023814d80b7ee132fb96e1d3bb7501d5991e;hp=33d5324d7c143305313df4af3d45654e0368ad43;hb=da4fc1efac827ac209c4d7c83968e0433c681298;hpb=415e5cbb5787aa0429558b5256bf912231297431 diff --git a/src/runxdg.cpp b/src/runxdg.cpp index 33d5324..8582023 100644 --- a/src/runxdg.cpp +++ b/src/runxdg.cpp @@ -333,7 +333,7 @@ int RunXDG::init_hs (void) AGL_DEBUG("Activesurface %s ", this->m_role.c_str()); this->m_wm->activateWindow(this->m_role.c_str(), AREA_NORMAL_FULL); }; - m_hs->set_event_handler(LibHomeScreen::Event_TapShortcut, handler); + m_hs->set_event_handler(LibHomeScreen::Event_ShowWindow, handler); std::function< void(json_object*) > h_default= [](json_object* object) { const char *j_str = json_object_to_json_string(object);