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

Bernhard Beschow bbeschow at cs.tu-berlin.de
Sun Oct 3 21:06:02 CEST 2010


SVN commit 1182200 by beschow:

really set home point in degrees

 M  +1 -1      MarbleModel.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/MarbleModel.cpp #1182199:1182200
@@ -92,7 +92,7 @@
           m_dataFacade( 0 ),
           m_pluginManager( new PluginManager( parent ) ),
           m_mapThemeManager( new MapThemeManager( parent )),
-          m_homePoint( -9.4, 54.8, GeoDataCoordinates::Degree ),  // Some point that tackat defined. :-)
+          m_homePoint( -9.4, 54.8, 0.0, GeoDataCoordinates::Degree ),  // Some point that tackat defined. :-)
           m_homeZoom( 1050 ),
           m_mapTheme( 0 ),
           m_layerManager( 0 ),


More information about the Marble-commits mailing list