[gnome-system-monitor] Fix applied again to show cpu model on ARM after core summarizing enhancement. https://bugzilla.gnom



commit 7a53cb935084d622187fb7054375ab3806ed7268
Author: Robert Roth <robert roth off gmail com>
Date:   Tue May 22 18:57:37 2012 +0300

    Fix applied again to show cpu model on ARM after core summarizing
    enhancement.
    https://bugzilla.gnome.org/show_bug.cgi?id=606769

 src/sysinfo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp
index bbd18b5..58dfb37 100644
--- a/src/sysinfo.cpp
+++ b/src/sysinfo.cpp
@@ -204,7 +204,7 @@ namespace {
 
             /* count duplicates */
             for (uint i = 0; i != info->ncpu; ++i) {
-                const char* const keys[] = { "model name", "cpu" };
+                const char* const keys[] = { "model name", "cpu", "Processor" };
                 char* model;
                 int* count;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]