[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Sun Jun 28 21:21:04 CEST 2009
SVN commit 988810 by prakash:
Fixing an initialisation issue in OL that caused a crash in the eventfilter.
CCMAIL: kstars-devel at kde.org
M +1 -0 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #988809:988810
@@ -214,6 +214,7 @@
ui->DeleteImage->setEnabled( false );
slotLoadWishList(); //Load the wishlist from disk if present
+ m_CurrentObject = 0;
setSaveImages();
//Hide the MiniButton until I can figure out how to resize the Dialog!
// ui->MiniButton->hide();
More information about the Kstars-devel
mailing list