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

Prakash Mohan prak902000 at gmail.com
Sun Jun 7 19:33:26 CEST 2009


SVN commit 978608 by prakash:

Removing the key from TimeHash when an object is removed from the session list.

CCMAIL: kstars-devel at kde.org


 M  +1 -0      observinglist.cpp  


--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #978607:978608
@@ -351,6 +351,7 @@
                 }
             }
         }
+        TimeHash.remove( o->name() );
         SessionList().removeAt(k);//Remove from the session list
         if ( ! isModified ) isModified = true;//Removing an object should trigger the modified flag
         ui->View->removeAllPlotObjects();


More information about the Kstars-devel mailing list