[gnome-system-monitor/migrateui] Fix applied again to show cpu model on ARM after core summarizing enhancement. https://bugzilla.gnom
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor/migrateui] Fix applied again to show cpu model on ARM after core summarizing enhancement. https://bugzilla.gnom
- Date: Sat, 21 Jul 2012 07:47:15 +0000 (UTC)
commit 84f57805212a741d9bc915e97f1a42847fd28ee3
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]