diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp | |
parent | - Now fix to use this port on !i386. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp')
-rw-r--r-- | x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
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); |