Minor repair to taskbar control center module

pull/2/head
Timothy Pearson 11 years ago
parent 137c3446f8
commit 300974c2a5

@ -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();
}
}
}

Loading…
Cancel
Save