<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I have been trying to work on <font><a href="https://bugs.kde.org/show_bug.cgi?id=306121" target="_blank">https://bugs.kde.org/show_bug.cgi?id=306121</a></font><font> "Bug 306121 - Pluto is a dwarf planet alright, but that doesn't mean it's smaller than the atomic nucleus".</font> Since this is my first attempt at fixing a bug, I would want your guidance. Here is my understanding, please tell me where I am wrong.  <br><br></div>In the files kspluto.h and kspluto.cpp under skyobjects, the function setPhysicalSize( pSize ) on line 57 in kspluto.cpp is the one responsible for setting the diameter of pluto. When an object of the class kspluto is created, it is not initialised with the value of pSize. For instance: <br><br>KSPluto::KSPluto(const QString &fn, double pSize )<br>    : KSAsteroid( 0, xi18n("Pluto"), fn, J2000,<br>                  39.48168677, 0.24880766, dms(17.14175), dms(113.76329),<br>                  dms(110.30347), dms(14.86205), 1.0, 0.0 )<br></div><br></div>Shouldn't the value of pSize be passed here? In kspluto.h, pSize is set to 0. Why?<br><div><div><br>I also notice that Saturn's moon, titan is not 
available in the find object feature. Same goes for Phobos and Deimos, 
the moons of Mars. I then checked if Miranda, Ariel and other Uranus 
moons were available but they don't figure either. Am I doing something wrong, or are 
they not present in kstars?<br><br></div><div>Thanks and regards,<br>Adityan<br></div></div></div>