[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Mon Jun 29 11:53:52 CEST 2009
SVN commit 989054 by prakash:
Removing a wrong if call. It was present when the reset image button was there. But as the button has been removed this need not be present.
CCMAIL: kstars-devel at kde.org
M +0 -1 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #989053:989054
@@ -513,7 +513,6 @@
plot( o );
//Change the CurrentImage, DSS/SDSS Url to correspond to the new object
setCurrentImage( o );
- if( ! o->isSolarSystem() )//TODO find a way for adding support for solar system images
ui->GoogleImage->setEnabled( true );
if ( newName != i18n( "star" ) ) {
//Display the current object's user notes in the NotesEdit
More information about the Kstars-devel
mailing list