[gnome-battery-bench] Fix Design/Energy full on Logs page



commit 0d54e7293d9a9d24a76ec7863e349824d746bf4c
Author: mar-v-in <github rvin mooo com>
Date:   Fri Jan 30 09:51:19 2015 +0100

    Fix Design/Energy full on Logs page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743728

 src/application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.c b/src/application.c
index a49e929..4b365cb 100644
--- a/src/application.c
+++ b/src/application.c
@@ -624,7 +624,7 @@ fill_log_from_run(GbbApplication *application,
             clear_label(application, "energy-full-log");
 
         if (last_state->energy_full_design >= 0)
-            set_label(application, "energy-full-design-log", "%.1fWh", last_state->energy_full);
+            set_label(application, "energy-full-design-log", "%.1fWh", last_state->energy_full_design);
         else
             clear_label(application, "energy-full-design-log");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]