summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime/files/patch-kcontrol_konq_previews.cpp
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-03-20 18:17:55 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-03-20 18:17:55 +0000
commitd57e6a82578ae8c5008de9b8a118e7286b5ac8bd (patch)
tree3242aa4d74a61f6856c81b2ca2de2e77f3bdfe80 /x11/kde4-runtime/files/patch-kcontrol_konq_previews.cpp
parentUpdate to 0.5.3. (diff)
Update to KDE 3.4
Diffstat (limited to 'x11/kde4-runtime/files/patch-kcontrol_konq_previews.cpp')
-rw-r--r--x11/kde4-runtime/files/patch-kcontrol_konq_previews.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/kde4-runtime/files/patch-kcontrol_konq_previews.cpp b/x11/kde4-runtime/files/patch-kcontrol_konq_previews.cpp
deleted file mode 100644
index 7fe3246c2149..000000000000
--- a/x11/kde4-runtime/files/patch-kcontrol_konq_previews.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- kcontrol/konq/previews.cpp.orig Sun Oct 26 11:46:25 2003
-+++ kcontrol/konq/previews.cpp Thu Jan 27 10:16:32 2005
-@@ -153,6 +153,11 @@
-
- for ( ; it.current() ; ++it ) {
- QString protocol( it.current()->text() );
-+ if ( ( protocol == "file" ) && ( !group.hasKey ( protocol ) ) )
-+ // file should be enabled in case is not defined because if not so
-+ // than preview's lost when size is changed from default one
-+ it.current()->setOn( true );
-+ else
- it.current()->setOn( group.readBoolEntry( protocol, false ) );
- }
- // config key is in bytes (default value 1MB), numinput is in MB