summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-11-27 15:34:24 +0800
committermaz-12015-11-27 15:34:24 +0800
commitf31b6363f646b41406f92afe4fb8f3ff90c0e3ee (patch)
treebfaf2590456e394ab3efec3d5446c3c00d0536d3
parent0f5a4b75f0ffff14c5c0ce9facd987f2d0aae4ca (diff)
downloadaur-f31b6363f646b41406f92afe4fb8f3ff90c0e3ee.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 fb8fb0c861bf..063f57e1d362 100644
--- a/port_to_kf5.patch
+++ b/port_to_kf5.patch
@@ -447,7 +447,7 @@ diff -Naur kcm-grub2-0.6.4/src/installDlg.cpp kcm-grub2-0.6.4-new2/src/installDl
- KMessageBox::detailedError(this, i18nc("@info", "Failed to install GRUB."), KDE_IS_VERSION(4,7,0) ? reply.errorDescription() : reply.data().value("errorDescription").toString());
+ //TO BE FIXED
+ //KMessageBox::detailedError(this, i18nc("@info", "Failed to install GRUB."), KDE_IS_VERSION(4,7,0) ? reply.errorDescription() : reply.data().value("errorDescription").toString());
-+ KMessageBox::detailedError(this, i18nc("@info", "Failed to install GRUB."), " ", " ");
++ KMessageBox::detailedError(this, i18nc("@info", "Failed to install GRUB."), reply->data().value("errorDescription").toString());
}
}
KDialog::slotButtonClicked(button);