Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac9a1265 authored by Michal Marek's avatar Michal Marek
Browse files

Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfig

parents 4c54f0f8 d49e4687
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1489,8 +1489,7 @@ void ConfigMainWindow::saveConfigAs(void)
	QString s = Q3FileDialog::getSaveFileName(conf_get_configname(), NULL, this);
	if (s.isNull())
		return;
	if (conf_write(QFile::encodeName(s)))
		QMessageBox::information(this, "qconf", _("Unable to save configuration!"));
	saveConfig();
}

void ConfigMainWindow::searchConfig(void)
@@ -1643,7 +1642,7 @@ void ConfigMainWindow::closeEvent(QCloseEvent* e)
	mb.setButtonText(QMessageBox::Cancel, _("Cancel Exit"));
	switch (mb.exec()) {
	case QMessageBox::Yes:
		conf_write(NULL);
		saveConfig();
	case QMessageBox::No:
		e->accept();
		break;