Index: head/x11/kdelibs-kde4/files/patch-kio_kfile_kopenwithdialog.cpp =================================================================== --- head/x11/kdelibs-kde4/files/patch-kio_kfile_kopenwithdialog.cpp (nonexistent) +++ head/x11/kdelibs-kde4/files/patch-kio_kfile_kopenwithdialog.cpp (revision 478113) @@ -0,0 +1,11 @@ +--- kio/kfile/kopenwithdialog.cpp.orig 2018-08-26 09:15:08 UTC ++++ kio/kfile/kopenwithdialog.cpp +@@ -713,7 +713,7 @@ void KOpenWithDialog::slotHighlighted(const QString& e + // ### indicate that default value was restored + d->terminal->setChecked(d->curService->terminal()); + QString terminalOptions = d->curService->terminalOptions(); +- d->nocloseonexit->setChecked((terminalOptions.contains(QLatin1String("--noclose")) > 0)); ++ d->nocloseonexit->setChecked(bool(terminalOptions.contains(QLatin1String("--noclose")))); + d->m_terminaldirty = false; // slotTerminalToggled changed it + } + } Property changes on: head/x11/kdelibs-kde4/files/patch-kio_kfile_kopenwithdialog.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/kdelibs-kde4/files/patch-kio_kfile_kpropertiesdialog.cpp =================================================================== --- head/x11/kdelibs-kde4/files/patch-kio_kfile_kpropertiesdialog.cpp (nonexistent) +++ head/x11/kdelibs-kde4/files/patch-kio_kfile_kpropertiesdialog.cpp (revision 478113) @@ -0,0 +1,11 @@ +--- kio/kfile/kpropertiesdialog.cpp.orig 2018-08-26 08:56:17 UTC ++++ kio/kfile/kpropertiesdialog.cpp +@@ -3306,7 +3306,7 @@ void KDesktopPropsPlugin::slotAdvanced() + + if (preferredTerminal == "konsole") + { +- terminalCloseBool = (d->m_terminalOptionStr.contains( "--noclose" ) > 0); ++ terminalCloseBool = bool(d->m_terminalOptionStr.contains( "--noclose" )); + w.terminalCloseCheck->setChecked(terminalCloseBool); + d->m_terminalOptionStr.remove( "--noclose"); + } Property changes on: head/x11/kdelibs-kde4/files/patch-kio_kfile_kpropertiesdialog.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property