FreeBSD Bugzilla – Attachment 196494 Details for
Bug 230859
multimedia/kdenlive: File dialog for "Add Clip" crashes, workaround
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Incorrect fix to work around the crash
kf5-kio.patch (text/plain), 1.48 KB, created by
Julien Nadeau
on 2018-08-24 08:18:16 UTC
(
hide
)
Description:
Incorrect fix to work around the crash
Filename:
MIME Type:
Creator:
Julien Nadeau
Created:
2018-08-24 08:18:16 UTC
Size:
1.48 KB
patch
obsolete
>Index: devel/kf5-kio/files/patch-src_filewidgets_kfileplacesitem.cpp >=================================================================== >--- devel/kf5-kio/files/patch-src_filewidgets_kfileplacesitem.cpp (nonexistent) >+++ devel/kf5-kio/files/patch-src_filewidgets_kfileplacesitem.cpp (working copy) >@@ -0,0 +1,19 @@ >+--- src/filewidgets/kfileplacesitem.cpp.orig 2018-08-24 00:41:10.051319000 -0300 >++++ src/filewidgets/kfileplacesitem.cpp 2018-08-24 00:41:29.452981000 -0300 >+@@ -162,12 +162,12 @@ KFilePlacesModel::GroupType KFilePlacesI >+ return KFilePlacesModel::DevicesType; >+ } >+ >+- if (protocol == QLatin1String("remote") || >+- KProtocolInfo::protocolClass(protocol) != QLatin1String(":local")) { >++// if (protocol == QLatin1String("remote") || >++// KProtocolInfo::protocolClass(protocol) != QLatin1String(":local")) { >+ return KFilePlacesModel::RemoteType; >+- } else { >++// } else { >+ return KFilePlacesModel::PlacesType; >+- } >++// } >+ } >+ >+ if (m_drive && (m_drive->isHotpluggable() || m_drive->isRemovable())) { > >Property changes on: devel/kf5-kio/files/patch-src_filewidgets_kfileplacesitem.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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230859
: 196494