X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fhomescreenhandler.cpp;h=9fd439d3cc48d66bb1333ea5f34e49684aa4508a;hb=45fe29549378629ef5952a62e12887f007ce89f5;hp=d81e22f92f44360689e6bcbb884deecec6ff56a1;hpb=2c522c4ef64678d4445a57fb86550c9db8f019bb;p=apps%2Fhomescreen.git diff --git a/homescreen/src/homescreenhandler.cpp b/homescreen/src/homescreenhandler.cpp index d81e22f..9fd439d 100644 --- a/homescreen/src/homescreenhandler.cpp +++ b/homescreen/src/homescreenhandler.cpp @@ -146,6 +146,8 @@ void HomescreenHandler::activateApp(const QString& app_id) new_remote_output.c_str(), app_id.toStdString().c_str()); default_output_name = new_remote_output; + } else { + default_output_name = output_name.toStdString(); } pending_app_list.erase(iter);