[Kstars-devel] branches/kstars/summer/kstars/kstars/comast
Prakash Mohan
prak902000 at gmail.com
Thu Jul 30 19:54:36 CEST 2009
SVN commit 1004670 by prakash:
Clear the target notes when the target notes are successfully added.
CCMAIL: kstars-devel at kde.org
M +1 -0 execute.cpp
--- branches/kstars/summer/kstars/kstars/comast/execute.cpp #1004669:1004670
@@ -202,6 +202,7 @@
currentTarget = o;
if( o ) {
o->setNotes( ui.Notes->toPlainText() );
+ ui.Notes->clear();
loadObservationTab();
}
}
More information about the Kstars-devel
mailing list