[Marble-commits] branches/KDE/4.5/kdeedu/marble/src/lib

Torsten Rahn tackat at kde.org
Thu Sep 2 18:53:43 CEST 2010


SVN commit 1171083 by rahn:

Backport of #1171082

Fix for runtimePluginPath by Konrad Enzensberger.



 M  +1 -1      MarbleDirs.cpp  


--- branches/KDE/4.5/kdeedu/marble/src/lib/MarbleDirs.cpp #1171082:1171083
@@ -289,7 +289,7 @@
 
 QString MarbleDirs::marblePluginPath()
 {
-    return runTimeMarbleDataPath;
+    return runTimeMarblePluginPath;
 }
 
 void MarbleDirs::setMarbleDataPath( const QString& adaptedPath )


More information about the Marble-commits mailing list