[Kstars-devel] branches/kstars/summer/kstars/kstars/comast

Prakash Mohan prak902000 at gmail.com
Thu Jul 30 20:12:12 CEST 2009


SVN commit 1004682 by prakash:

Clearing the session id field on ending the session and removing a redundant slotSetTarget call. 

CCMAIL: kstars-devel at kde.org


 M  +1 -1      execute.cpp  


--- branches/kstars/summer/kstars/kstars/comast/execute.cpp #1004681:1004682
@@ -248,6 +248,7 @@
         ostream<< logObject->writeLog( false );
         f.close();
     }
+    ui.Id->clear();
     hide();
     ui.stackedWidget->setCurrentIndex(0);
     logObject->observationList()->clear();
@@ -285,7 +286,6 @@
     int i = ui.TargetList->findText( currentTarget->name() ) + 1;
     if( i < ui.TargetList->count() ) {
         ui.TargetList->setCurrentIndex( i );
-        slotSetTarget( ui.TargetList->currentText() );
     }
 }
 


More information about the Kstars-devel mailing list