1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fix index positions in preferences

This commit is contained in:
Mladen Pejaković 2012-12-06 22:28:12 +01:00
parent 54e1bfeffa
commit 7b8786ae90

View File

@ -474,8 +474,8 @@ void Preferences::showStackedPage(QListWidgetItem* item)
ui->caption->setText("<b>" + item->text() + "</b>");
ui->stackedWidget->setCurrentIndex(index);
setNotificationPreviewVisible(index == 8);
if (index == 9) {
setNotificationPreviewVisible(index == 9);
if (index == 10) {
m_pluginsList->load();
}
}