aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4/files/patch-kioslave_media_mounthelper_kio_media_mounthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4/files/patch-kioslave_media_mounthelper_kio_media_mounthelper.cpp')
-rw-r--r--x11/kdebase4/files/patch-kioslave_media_mounthelper_kio_media_mounthelper.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/kdebase4/files/patch-kioslave_media_mounthelper_kio_media_mounthelper.cpp b/x11/kdebase4/files/patch-kioslave_media_mounthelper_kio_media_mounthelper.cpp
deleted file mode 100644
index 4cb49827612d..000000000000
--- a/x11/kdebase4/files/patch-kioslave_media_mounthelper_kio_media_mounthelper.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- kioslave/media/mounthelper/kio_media_mounthelper.cpp.orig Fri Aug 5 14:26:27 2005
-+++ kioslave/media/mounthelper/kio_media_mounthelper.cpp Fri Aug 5 14:27:25 2005
-@@ -79,7 +79,7 @@
- connect( job, SIGNAL( result( KIO::Job * ) ),
- this, SLOT( slotResult( KIO::Job * ) ) );
- }
-- else if (args->isSet("s"))
-+ else if (args->isSet("s") || args->isSet("e"))
- {
- if (medium.isMounted())
- {
-@@ -93,10 +93,6 @@
- {
- invokeEject(device, true);
- }
-- }
-- else if (args->isSet("e"))
-- {
-- invokeEject(device);
- }
- else
- {