From kstars-devel Tue Aug 11 04:12:33 2009 From: Prakash Mohan Date: Tue, 11 Aug 2009 04:12:33 +0000 To: kstars-devel Subject: [Kstars-devel] branches/kstars/summer/kstars/kstars/comast Message-Id: <1249963953.752212.18884.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kstars-devel&m=124996396132307 SVN commit 1009876 by prakash: Disabling the slew scope and the next page buttons on loading the execute ui. The buttons should be enabled only when a valid object is selected. CCMAIL: kstars-devel@kde.org M +2 -0 execute.cpp --- branches/kstars/summer/kstars/kstars/comast/execute.cpp #1009875:1009876 @@ -60,6 +60,8 @@ ui.Target->hide(); ui.AddObject->hide(); ui.NextButton->hide(); + ui.NextButton->setEnabled( false ); + ui.Slew->setEnabled( false ); //make connections connect( this, SIGNAL( user1Clicked() ), _______________________________________________ Kstars-devel mailing list Kstars-devel@kde.org https://mail.kde.org/mailman/listinfo/kstars-devel