[gnome-system-monitor/migrateui] Fixed falsly reporting 'Unknown model' again after after the core summarizing enhancement. https://b
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor/migrateui] Fixed falsly reporting 'Unknown model' again after after the core summarizing enhancement. https://b
- Date: Sat, 21 Jul 2012 07:47:10 +0000 (UTC)
commit 8fa65c477d2448995d4f8c6301ea51698475ef7e
Author: Robert Roth <robert roth off gmail com>
Date: Tue May 22 18:54:50 2012 +0300
Fixed falsly reporting 'Unknown model' again after after the core
summarizing enhancement.
https://bugzilla.gnome.org/show_bug.cgi?id=619733
src/sysinfo.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp
index 3c84f38..bbd18b5 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]