[Kstars-devel] KDE/kdeedu/kstars/kstars/tools

Akarsh Simha akarshsimha at gmail.com
Sat Jul 12 23:07:08 CEST 2008


SVN commit 831523 by asimha:

Fix bug in conjunction tool UI, which was causing KStars to go to the
wrong conjunction or not go at all. An increment was missing in the
loop that saves the Julian Days of conjunctions.

CCMAIL: kstars-devel at kde.org



 M  +1 -0      conjunctions.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/conjunctions.cpp #831522:831523
@@ -212,6 +212,7 @@
     dt.setDJD( it.key() );
     OutputView -> addItem( i18n("Conjunction on %1 UT: Separation is %2", dt.toString("%a, %d %b %Y %H:%M"), it.data().toDMSString()) );
     outputJDList.insert( i, it.key() );
+    ++i;
   }
 }
 


More information about the Kstars-devel mailing list