[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Mon Jun 29 12:01:56 CEST 2009
SVN commit 989059 by prakash:
Instead of not doing anything for SolarSystem Objects, opening the google image search when clicked for an image in the OL.
CCMAIL: kstars-devel at kde.org
M +2 -0 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #989058:989059
@@ -1367,6 +1367,8 @@
if( ( ( QFile( CurrentImagePath ).size() < 13000 ) && ( QFile( CurrentTempPath ).size() < 13000 ) ) ) {
if( ! currentObject()->isSolarSystem() )
slotGetImage();
+ else
+ slotGoogleImage();
}
else
slotImageViewer();
More information about the Kstars-devel
mailing list