summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-11-29 13:04:56 +0800
committermaz-12015-11-29 13:04:56 +0800
commitff2213d3adf56fcf703d69739142e3d665cf8b46 (patch)
tree53bdf492f832e1b50e8d7015ed91edd037631015
parent3046b162a15189fd52289c18dff01955e2ed3144 (diff)
downloadaur-ff2213d3adf56fcf703d69739142e3d665cf8b46.tar.gz
fix
-rw-r--r--port_to_kf5.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/port_to_kf5.patch b/port_to_kf5.patch
index 8d8c3bb7e88f..65db6c5ce2c7 100644
--- a/port_to_kf5.patch
+++ b/port_to_kf5.patch
@@ -686,7 +686,7 @@ diff -Naur a/src/kcm_grub2.cpp b/src/kcm_grub2.cpp
- dialog->setDefaultButton(KDialog::Ok);
- dialog->setEscapeButton(KDialog::Ok);
- KMessageBox::createKMessageBox(dialog, QMessageBox::Information, i18nc("@info", "Successfully saved GRUB settings."), QStringList(), QString(), 0, KMessageBox::Notify, reply.data().value("output").toString()); // krazy:exclude=qclasses
-+ QDialogButtonBox *btnbox = new QDialogButtonBox(QDialogButtonBox::NoButton);
++ QDialogButtonBox *btnbox = new QDialogButtonBox(QDialogButtonBox::Ok);
+ KMessageBox::createKMessageBox(dialog, btnbox, QMessageBox::Information, i18nc("@info", "Successfully saved GRUB settings."), QStringList(), QString(), 0, KMessageBox::Notify, reply->data().value("output").toString()); // krazy:exclude=qclasses
load();
} else {