[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdebase/kdesktop
From:       Laurent Montel <montell () club-internet ! fr>
Date:       2003-01-23 20:26:10
[Download RAW message or body]

CVS commit by mlaurent: 

Backport fix use stripWhiteSpace before to save into history


  M +1 -1      minicli.cpp   1.136.2.1


--- kdebase/kdesktop/minicli.cpp  #1.136:1.136.2.1
@@ -180,5 +180,5 @@ void Minicli::accept()
         return;
 
-    m_runCombo->addToHistory( m_runCombo->currentText() );
+    m_runCombo->addToHistory( m_runCombo->currentText().stripWhiteSpace() );
     reset();
     QDialog::accept();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic