# HG changeset patch
# User insilmaril
# Date 1145878276 0
# Node ID 1f41709aa38752c24e82184f616fad13e44cf3a6
# Parent  2827ca924b18d542d421124b0558f12479ed469c
corrected wrong vymBaseDir

diff -r 2827ca924b18 -r 1f41709aa387 mapeditor.cpp
--- a/mapeditor.cpp	Mon Apr 24 11:31:15 2006 +0000
+++ b/mapeditor.cpp	Mon Apr 24 11:31:16 2006 +0000
@@ -3049,16 +3049,16 @@
 	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));
-		}	
+	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));
+	}	
 
 	
 /*
diff -r 2827ca924b18 -r 1f41709aa387 tex/vym.changelog
--- a/tex/vym.changelog	Mon Apr 24 11:31:15 2006 +0000
+++ b/tex/vym.changelog	Mon Apr 24 11:31:16 2006 +0000
@@ -1,7 +1,8 @@
 -------------------------------------------------------------------
 Mon Apr 24 11:59:22 CEST 2006 - uwedr
 
-- Bugfix: Icon for URL in XHTML Export was not found 
+- Bugfix: wrong paths in XHTML export (#168033), caused by wrong
+          vymBaseDir
 
 -------------------------------------------------------------------
 Mon Apr 10 13:23:02 CEST 2006 - uwedr