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

Dennis Nienhüser earthwings at gentoo.org
Sun Aug 8 14:23:00 CEST 2010


SVN commit 1160571 by nienhueser:

fix 'work offline' status indicator setting not being restored after startup

 M  +2 -0      QtMainWindow.cpp  


--- trunk/KDE/kdeedu/marble/src/QtMainWindow.cpp #1160570:1160571
@@ -661,6 +661,8 @@
 void MainWindow::workOffline( bool offline )
 {
     m_controlView->marbleControl()->setWorkOffline( offline );
+
+    m_workOfflineAct->setChecked( offline ); // Sync state with the GUI
 }
 
 void MainWindow::showAtmosphere( bool isChecked )


More information about the Marble-commits mailing list