[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Sat Jun 27 19:28:38 CEST 2009
SVN commit 988288 by prakash:
Disabling the Get Image button for the solar system objects till I find a good way of getting images for them.
CCMAIL: kstars-devel at kde.org
M +2 -1 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #988287:988288
@@ -492,7 +492,8 @@
plot( o );
//Change the CurrentImage, DSS/SDSS Url to correspond to the new object
setCurrentImage( o );
- ui->GetImage->setEnabled( true );//Enable anyway for updating the image
+ if( ! o->isSolarSystem() )
+ ui->GetImage->setEnabled( true );//Enable anyway for updating the image
if ( newName != i18n( "star" ) ) {
//Display the current object's user notes in the NotesEdit
//First, save the last object's user log to disk, if necessary
More information about the Kstars-devel
mailing list