diff -r b72713d24694 -r 4258723b534c mapeditor.cpp --- a/mapeditor.cpp Tue Apr 11 14:36:20 2006 +0000 +++ b/mapeditor.cpp Mon Apr 24 10:05:09 2006 +0000 @@ -126,6 +126,7 @@ extern Settings settings; extern QString iconPath; +extern QDir vymBaseDir; int MapEditor::mapNum=0; // make instance @@ -3046,7 +3047,21 @@ void MapEditor::testFunction() { cout << "MapEditor::testFunction() called\n"; - + return; + + QString ub=vymBaseDir.path()+"/scripts/update-bookmarks"; + QProcess *proc = new QProcess( this ); + proc->addArgument(ub); + + if ( !proc->start() ) + { + QMessageBox::warning(0, + tr("Warning"), + tr("Couldn't find script %1\nto notifiy Browsers of changed bookmarks.").arg(ub)); + } + + +/* if (hidemode==HideNone) { setHideTmpMode (HideExport); @@ -3070,6 +3085,7 @@ setHideTmpMode (HideNone); } cout <<" hidemode="<