From kde-commits Sat Mar 15 16:49:41 2003 From: "Dawit A." Date: Sat, 15 Mar 2003 16:49:41 +0000 To: kde-commits Subject: Re: KDE_3_1_BRANCH: kdebase/kdesktop X-MARC-Message: https://marc.info/?l=kde-commits&m=104774712516874 On Saturday 15 March 2003 11:00, Lukáš Tinkl wrote: > Dne so 15. března 2003 16:31 Dawit A. napsal(a): > > On Saturday 15 March 2003 10:07, Dawit A. wrote: > > > On Saturday 15 March 2003 08:30, Lukáš Tinkl wrote: > > > > CVS commit by lukas: > > > > > > > > fix the "non-existant command" error message box popping up twice > > > > > > > > (anyone forward port please? :) > > > > Can you please try this patch ? It should fix the problem you pointed > > out under all circumstances and contains some clean up as well. > > > > BTW, I forgot to say thanks. I had completely forgotten about backporting > > this fix... > > > > Regards, > > Dawit A. > > This still doesn't quite fix the problem with the error box popping up. > This time it goes like this: error box, minicli, error box (2), minicli (2) Sorry I actually forgot the most important part, traping the return key in the combobox. Can you add the following to minicli.cpp at about line 83 (right below m_runCombo->setDuplicatesEnabled...) m_runCombo->setTrapReturnKey( true ); Regards, Dawit A.