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

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


SVN commit 1160575 by nienhueser:

fix 'work offline' status indicator setting not being restored after startup. Backport of commit 1160571.


 M  +2 -0      QtMainWindow.cpp  


--- branches/KDE/4.5/kdeedu/marble/src/QtMainWindow.cpp #1160574:1160575
@@ -556,6 +556,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