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

List:       kde-commits
Subject:    kdebase/kcontrol/kicker
From:       Laurent Montel <montel () kde ! org>
Date:       2004-03-18 12:14:22
Message-ID: 20040318121422.6759D99AC () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Fix default value


  M +6 -0      menutab_impl.cpp   1.30


--- kdebase/kcontrol/kicker/menutab_impl.cpp  #1.29:1.30
@@ -191,4 +191,10 @@ void MenuTab::save()
 void MenuTab::defaults()
 {
+    //disable all
+    QListViewItem *item(0);
+    for (item = m_subMenus->firstChild(); item; item = item->nextSibling())
+    {
+         static_cast<kSubMenuItem*>( item )->setOn( false );
+    }
   m_showPixmap->setChecked(true);
   m_maxQuickBrowserItems->setValue(30);


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

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