summaryrefslogtreecommitdiffstats
path: root/redhat/kdeutils/kdf-3.0.2-label.patch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-09-14 21:27:41 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-09-14 21:27:41 -0500
commit5181d0f5c45980613ff79580883752eabfacbc9b (patch)
treea73bc7faa2b03889bd1cb898e994d27ce47ae69f /redhat/kdeutils/kdf-3.0.2-label.patch
parent5bd453ed8d149509784a8b81d846510d02bf6942 (diff)
parent32e241331be57624eeb6cf338693e76cd9183d94 (diff)
downloadtde-packaging-5181d0f5c45980613ff79580883752eabfacbc9b.tar.gz
tde-packaging-5181d0f5c45980613ff79580883752eabfacbc9b.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/kdeutils/kdf-3.0.2-label.patch')
-rw-r--r--redhat/kdeutils/kdf-3.0.2-label.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/redhat/kdeutils/kdf-3.0.2-label.patch b/redhat/kdeutils/kdf-3.0.2-label.patch
new file mode 100644
index 000000000..6ea620472
--- /dev/null
+++ b/redhat/kdeutils/kdf-3.0.2-label.patch
@@ -0,0 +1,13 @@
+--- kdeutils-3.0.3/kdf/disklist.cpp.label 2002-08-19 14:36:13.000000000 +0200
++++ kdeutils-3.0.3/kdf/disklist.cpp 2002-08-19 14:37:34.000000000 +0200
+@@ -163,8 +163,9 @@
+ while (! t.eof()) {
+ s=t.readLine();
+ s=s.simplifyWhiteSpace();
+- if ( (!s.isEmpty() ) && (s.find(DELIMITER)!=0) ) {
++ if ( (!s.isEmpty() ) && (s.find(DELIMITER)!=0) && (s.find("LABEL")!=0) ) {
+ // not empty or commented out by '#'
++ // skip LABEL entries as long as kdf can't handle them properly
+ // kdDebug() << "GOT: [" << s << "]" << endl;
+ disk = new DiskEntry();// Q_CHECK_PTR(disk);
+ disk->setMounted(FALSE);