[Kstars-devel] KDE/kdeedu/kstars/kstars
Médéric Boquien
mboquien at free.fr
Wed Mar 18 02:18:35 CET 2009
SVN commit 940690 by mboquien:
Remove slotINDIConf related stuff. The slot does not exist anywhere in the source, it made kstars complain at startup.
CCMAIL: kstars-devel at kde.org
CCMAIL: mutlaqja at yahoo.com
M +0 -3 kstarsinit.cpp
--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #940689:940690
@@ -414,9 +414,6 @@
connect( ka, SIGNAL( triggered() ), this, SLOT( slotINDIPanel() ) );
ka->setEnabled(false);
- ka = actionCollection()->addAction( "configure_indi");
- ka->setText( i18n("Configure INDI...") );
- connect( ka, SIGNAL( triggered() ), this, SLOT( slotINDIConf() ) );
#endif
#endif
More information about the Kstars-devel
mailing list