diff --git a/src/myipc.cpp b/src/myipc.cpp index 12bbc34..8145f1f 100755 --- a/src/myipc.cpp +++ b/src/myipc.cpp @@ -64,7 +64,8 @@ bool MyServerConnection::OnPoke ( } else if ( frame->isOpen ( item ) ) { - frame->activateTab ( item ); + if (frame->activateTab ( item ) ) + frame->reloadTab(); } else {