freebsd-ports/sysutils/k3b-kde4/files/patch-libk3b-core-k3bglobals.cpp
Max Brazhnikov 5e284b17c3 Update to 2.0.0 for KDE 4
Thanks for all contributors to this port:

Alberto Villa <avilla@>
Andriy Gapon <avg@>
Dima Panov <fluffy@>
Ganael Laplanche <ganael.laplanche at martymac.com>
Jason E. Hale <bsdkaffee at gmail.com>
Juergen Lock <nox@>
2010-08-01 19:48:46 +00:00

16 lines
443 B
C++

--- libk3b/core/k3bglobals.cpp.orig 2010-07-30 06:36:01.794731453 +0000
+++ libk3b/core/k3bglobals.cpp 2010-07-30 06:37:34.104075238 +0000
@@ -321,6 +321,13 @@
}
+QString K3b::externalBinGenericDeviceParameter( K3b::Device::Device* dev, const K3b::ExternalBin* bin )
+{
+ Q_UNUSED( bin );
+ return dev->genericDeviceName();
+}
+
+
K3b::WritingApp K3b::writingAppFromString( const QString& s )
{
if( s.toLower() == "cdrdao" )