зеркало из https://github.com/mozilla/pjs.git
use new HT_Launch api (appr sdagley).
This commit is contained in:
Родитель
39dc2d55b8
Коммит
6cce4d658c
|
@ -625,7 +625,7 @@ CHyperTreeFlexTable :: OpenRow ( TableIndexT inRow )
|
||||||
if (node) {
|
if (node) {
|
||||||
|
|
||||||
// we can ignore the click if it is a container.
|
// we can ignore the click if it is a container.
|
||||||
if ( !HT_IsContainer(node) && !HT_IsSeparator(node) )
|
if ( !HT_IsContainer(node) && !HT_IsSeparator(node) && !HT_Launch(node, NULL) )
|
||||||
CFrontApp::DoGetURL( HT_GetNodeURL(node) );
|
CFrontApp::DoGetURL( HT_GetNodeURL(node) );
|
||||||
|
|
||||||
} // if valid node
|
} // if valid node
|
||||||
|
|
Загрузка…
Ссылка в новой задаче