[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Sat May 30 14:58:51 CEST 2009
SVN commit 975485 by prakash:
We need the Observing List Wizard only for the WishList, so disabling it in the session view.
CCMAIL: kstars-devel at kde.org
M +4 -1 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #975484:975485
@@ -1135,7 +1135,10 @@
ui->TimeEdit->setEnabled( false );
ui->SetTime->setEnabled( false );
m_CurrentObject = 0;
-
+ if(index)
+ ui->WizardButton->setEnabled( false );
+ else
+ ui->WizardButton->setEnabled( true );
//Clear the user log text box.
saveCurrentUserLog();
ui->NotesEdit->setPlainText("");
More information about the Kstars-devel
mailing list