summaryrefslogtreecommitdiffstats
path: root/redhat/applications/k3b/reload-for-verification.diff
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2019-11-03 10:14:46 +0100
committerFrançois Andriot <[email protected]>2019-11-03 11:16:29 +0100
commitc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch)
tree05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/k3b/reload-for-verification.diff
parentc9bb196e3bc20aef636c7478727f24aa7656b3cf (diff)
downloadtde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz
tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip
RPM: remove lots of obsolete 3.5.13.x files
Diffstat (limited to 'redhat/applications/k3b/reload-for-verification.diff')
-rw-r--r--redhat/applications/k3b/reload-for-verification.diff33
1 files changed, 0 insertions, 33 deletions
diff --git a/redhat/applications/k3b/reload-for-verification.diff b/redhat/applications/k3b/reload-for-verification.diff
deleted file mode 100644
index a94298181..000000000
--- a/redhat/applications/k3b/reload-for-verification.diff
+++ /dev/null
@@ -1,33 +0,0 @@
---- libk3b/jobs/k3bverificationjob.cpp.sav 2008-05-27 10:24:20.000000000 +0200
-+++ libk3b/jobs/k3bverificationjob.cpp 2009-06-11 17:58:58.000000000 +0200
-@@ -154,6 +154,20 @@ void K3bVerificationJob::start()
- emit newTask( i18n("Checking medium") );
-
- d->mediumHasBeenReloaded = false;
-+ connect( K3bDevice::sendCommand( K3bDevice::DeviceHandler::LOAD, d->device ),
-+ SIGNAL(finished(K3bDevice::DeviceHandler*)),
-+ this,
-+ SLOT(slotMediaLoaded()) );
-+}
-+
-+void K3bVerificationJob::slotMediaLoaded()
-+{
-+ // we always need to wait for the medium. Otherwise the diskinfo below
-+ // may run before the drive is ready!
-+ waitForMedia( d->device,
-+ K3bDevice::STATE_COMPLETE|K3bDevice::STATE_INCOMPLETE,
-+ K3bDevice::MEDIA_WRITABLE );
-+
- connect( K3bDevice::sendCommand( K3bDevice::DeviceHandler::DISKINFO, d->device ),
- SIGNAL(finished(K3bDevice::DeviceHandler*)),
- this,
---- libk3b/jobs/k3bverificationjob.h.sav 2008-05-27 10:24:20.000000000 +0200
-+++ libk3b/jobs/k3bverificationjob.h 2009-06-11 17:13:37.000000000 +0200
-@@ -75,6 +75,7 @@ class K3bVerificationJob : public K3bJob
- void setGrownSessionSize( const K3b::Msf& );
-
- private slots:
-+ void slotMediaLoaded();
- void slotMediaReloaded( bool success );
- void slotDiskInfoReady( K3bDevice::DeviceHandler* dh );
- void readTrack( int trackIndex );