summaryrefslogtreecommitdiff
path: root/panels/info
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2012-12-05 23:47:35 +0200
committerBastien Nocera <hadess@hadess.net>2012-12-06 11:05:38 +0100
commitd914b2fa7be31c43f2eaaa62b35e4642d2ed6acd (patch)
tree0bb630a3181445180ae10fbc2cbf5e2872614e2f /panels/info
parent2a63aed36b9a06186364d8bb67a785fd78156bb3 (diff)
downloadgnome-control-center-d914b2fa7be31c43f2eaaa62b35e4642d2ed6acd.tar.gz
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
Diffstat (limited to 'panels/info')
-rw-r--r--panels/info/cc-info-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 9df67eefe..6032b5dc0 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;