aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4/files')
-rw-r--r--x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)