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

List:       kde-commits
Subject:    kdebase/kcontrol/taskbar
From:       John Firebaugh <jfirebaugh () kde ! org>
Date:       2003-07-23 2:18:12
[Download RAW message or body]

CVS commit by firebaugh: 

Patch from CCMAIL: Marco Krohn <marco.krohn@gmx.de>:

Match default for "Show Window List" with kicker.


  M +2 -2      kcmtaskbar.cpp   1.35


--- kdebase/kcontrol/taskbar/kcmtaskbar.cpp  #1.34:1.35
@@ -177,5 +177,5 @@ void TaskbarConfig::load()
 
         ui->showAllCheck->setChecked(c->readBoolEntry("ShowAllWindows", true));
-        ui->showListBtnCheck->setChecked(c->readBoolEntry("ShowWindowListBtn", true));
+        ui->showListBtnCheck->setChecked(c->readBoolEntry("ShowWindowListBtn", false));
         ui->sortCheck->setChecked(c->readBoolEntry("SortByDesktop", true));
         ui->iconCheck->setChecked(c->readBoolEntry("ShowIcon", true));
@@ -227,5 +227,5 @@ void TaskbarConfig::defaults()
 {
     ui->showAllCheck->setChecked(true);
-    ui->showListBtnCheck->setChecked(true);
+    ui->showListBtnCheck->setChecked(false);
     ui->sortCheck->setChecked(true);
     ui->iconCheck->setChecked(true);


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

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