CVS commit by lukas: fix the "non-existant command" error message box popping up twice (anyone forward port please? :) M +0 -1 minicli.cpp 1.136.2.10 --- kdebase/kdesktop/minicli.cpp #1.136.2.9:1.136.2.10 @@ -83,5 +83,4 @@ Minicli::Minicli( QWidget *parent, const connect( m_runCombo, SIGNAL( textChanged( const QString& ) ), SLOT( slotCmdChanged(const QString&) ) ); - connect( m_runCombo,SIGNAL(returnPressed(const QString&)),this,SLOT(accept())); label->setBuddy(m_runCombo);