summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-10 23:47:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-10 23:47:47 -0500
commit300974c2a5ee6ea3d7b4536a703c6e850abb3d29 (patch)
tree4fdef8bb3aca05c2ba9036d3f62da0e3cf08f762 /kcontrol
parent137c3446f89fe808518981f974714161f794b364 (diff)
downloadtdebase-300974c2a5ee6ea3d7b4536a703c6e850abb3d29.tar.gz
tdebase-300974c2a5ee6ea3d7b4536a703c6e850abb3d29.zip
Minor repair to taskbar control center module
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/taskbar/kcmtaskbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/taskbar/kcmtaskbar.cpp b/kcontrol/taskbar/kcmtaskbar.cpp
index f05e78822..a030c6076 100644
--- a/kcontrol/taskbar/kcmtaskbar.cpp
+++ b/kcontrol/taskbar/kcmtaskbar.cpp
@@ -284,7 +284,7 @@ void TaskbarConfig::processLockouts()
m_widget->taskbarGroup->hide();
m_widget->actionsGroup->hide();
m_widget->globalConfigReload->hide();
- m_widget->globalConfigEdit->hide();
+ m_widget->globalConfigEdit->show();
}
else {
m_widget->taskbarGroup->show();
@@ -293,7 +293,7 @@ void TaskbarConfig::processLockouts()
// Disable this feature until a method can be found to force the TDECModule to reload its settings from disk after the global settings have been copied!
//m_widget->globalConfigReload->show();
m_widget->globalConfigReload->hide();
- m_widget->globalConfigEdit->show();
+ m_widget->globalConfigEdit->hide();
}
}
}