[gnome-control-center] info: Fix to show CPU model on ARM
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] info: Fix to show CPU model on ARM
- Date: Thu, 6 Dec 2012 10:06:36 +0000 (UTC)
commit d914b2fa7be31c43f2eaaa62b35e4642d2ed6acd
Author: Robert Roth <robert roth off gmail com>
Date: Wed Dec 5 23:47:35 2012 +0200
info: Fix to show CPU model on ARM
Ported from System Monitor's original bug:
https://bugzilla.gnome.org/show_bug.cgi?id=606769
https://bugzilla.gnome.org/show_bug.cgi?id=649909
panels/info/cc-info-panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 9df67ee..6032b5d 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -755,7 +755,7 @@ get_cpu_info (const glibtop_sysinfo *info)
/* count duplicates */
for (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]