From cc415305a049ca523f2a8cf674009fa77c54fee6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 14 Nov 2009 12:33:33 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'. --- .../files/patch-plasma-applets-system-monitor-hdd.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp (limited to 'x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp') diff --git a/x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp b/x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp deleted file mode 100644 index a4685dcdfb1b..000000000000 --- a/x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- plasma/applets/system-monitor/hdd.cpp.orig 2009-07-21 17:19:25.000000000 +0200 -+++ plasma/applets/system-monitor/hdd.cpp 2009-08-23 16:07:02.000000000 +0200 -@@ -265,8 +265,8 @@ - data->value("File System Type").toString() << - data->value("Size").toString(); - */ -- if ((data->value("Usage").toString() != "File System" && -- data->value("Usage").toString() != "Raid") || -+ if ((data->value("Usage").toString() != i18n("File System") && -+ data->value("Usage").toString() != i18n("Raid")) || - data->value("File System Type").toString() == "swap") { - QStringList list = items(); - list.removeAll(uuid); -- cgit v1.2.3