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

List:       kde-commits
Subject:    kdebase/kcontrol/locale
From:       George Staikos <staikos () kde ! org>
Date:       2003-02-12 21:58:59
[Download RAW message or body]

CVS commit by staikos: 

Make Move Down actually work


  M +1 -1      kcmlocale.cpp   1.109


--- kdebase/kcontrol/locale/kcmlocale.cpp  #1.108:1.109
@@ -177,5 +177,5 @@ void KLocaleConfig::slotLanguageDown()
 
   QStringList::Iterator it1 = languageList.at( pos );
-  QStringList::Iterator it2 = languageList.at( pos - 1 );
+  QStringList::Iterator it2 = languageList.at( pos + 1 );
 
   if ( it1 != languageList.end() && it2 != languageList.end()  )


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

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