netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=12ae98cab73a1ec34aafac6a7b780b267e10e021

commit 12ae98cab73a1ec34aafac6a7b780b267e10e021
Author: Alastair Poole <nets...@gmail.com>
Date:   Fri Sep 6 00:26:05 2019 +0100

    Minor changes
---
 src/main.c   | 2 +-
 src/system.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index 7d83101..61d97cf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,7 +26,7 @@ _win_add(void)
    elm_icon_standard_set(icon, "evisum");
    elm_win_icon_object_set(win, icon);
    evas_object_resize(win, EVISUM_SIZE_WIDTH * elm_config_scale_get(), 
EVISUM_SIZE_HEIGHT * elm_config_scale_get());
-   elm_win_title_set(win, "System Status");
+   elm_win_title_set(win, "System Activity");
    elm_win_center(win, EINA_TRUE, EINA_TRUE);
 
    ui = ui_add(win);
diff --git a/src/system.c b/src/system.c
index 588496f..f7286bd 100644
--- a/src/system.c
+++ b/src/system.c
@@ -687,7 +687,7 @@ _temperature_cpu_get(int *temperature)
           ("hw.acpi.thermal.tz0.temperature", &value, &len, NULL,
           0)) != -1)
      {
-        *temperature = (value -  273150000) / 1000000.0;
+        *temperature = (value -  2732) / 10;
      }
    else
      *temperature = INVALID_TEMP;

-- 


Reply via email to