summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-05-14 23:07:21 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-05-14 23:07:21 (GMT)
commit14c5449e276daca15bf2280d73976ef62c84f6fd (patch)
tree79b0cd2289f55918bd3e119a37cfcf812408d77c /abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
parent4eaadadcacd43380816f9ad14a1c7a9900e319ee (diff)
downloadlinhes_pkgbuild-R8.4.zip
linhes_pkgbuild-R8.4.tar.gz
linhes_pkgbuild-R8.4.tar.bz2
mythinstall: fix memory detection for swap sizingR8.4
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
index 7808eac..c0c859f 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/autocard.cpp
@@ -17,7 +17,7 @@ void AutoCard::popup_menu(void)
QString uniqid = name.section(' ', -1);
QString description = name.section('*',-3,-3);
description = description.section('.',1);
- description = description.trimmed();
+ description = description.simplified();
// //cout << uniqid << endl;
// //cout << "descriptn" << endl;
// //cout << description << endl;