diff options
author | infirit <[email protected]> | 2014-12-19 01:07:02 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-19 01:07:02 +0100 |
commit | 5206221f26f98c61145b1799123b0ff67dcf7a87 (patch) | |
tree | 7da6606e80fd54bcebe2d6bcf7b81355ad32868b /src | |
parent | 1a5776bb793ba92b2f654a492f7755ca5b01d703 (diff) | |
download | mate-system-monitor-5206221f26f98c61145b1799123b0ff67dcf7a87.tar.bz2 mate-system-monitor-5206221f26f98c61145b1799123b0ff67dcf7a87.tar.xz |
Fixed falsly reporting 'Unknown model' again after after the core
summarizing enhancement.
Diffstat (limited to 'src')
-rw-r--r-- | src/sysinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp index 1e60e1c..ade624c 100644 --- a/src/sysinfo.cpp +++ b/src/sysinfo.cpp @@ -216,7 +216,7 @@ namespace { } if (model == NULL) - model = _("Unknown model"); + continue; count = static_cast<int*>(g_hash_table_lookup (counts, model)); if (count == NULL) |