X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fxdg-launcher.git;a=blobdiff_plain;f=src%2Frunxdg.cpp;h=30a11e453eae7f675fa056024a54808bc094475f;hp=1b9c08c7ac2f87748cfcde9673ba8257e3e17123;hb=93a5d6fef6e1ed01ed722d1110ad362369335f17;hpb=f0432213c7c40d70fef06f9ceb665463d23b32e6 diff --git a/src/runxdg.cpp b/src/runxdg.cpp index 1b9c08c..30a11e4 100644 --- a/src/runxdg.cpp +++ b/src/runxdg.cpp @@ -328,7 +328,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);