From b958403a2e06dfc271b121eb325783bc923b089a Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Tue, 24 Apr 2012 15:28:36 -0400 Subject: upower support added to battstat. Preparing for 1.2.2 release. --- battstat/battstat_applet.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'battstat/battstat_applet.c') diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index f610b66c..2ba713e6 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.c @@ -1230,7 +1230,7 @@ about_cb( GtkAction *action, ProgressData *battstat ) const gchar *authors[] = { "J\xC3\xB6rgen Pehrson ", "Lennart Poettering (Linux ACPI support)", - "Seth Nickell (MATE2 port)", + "Seth Nickell (GNOME2 port)", "Davyd Madeley ", "Ryan Lortie ", "Joe Marcus Clarke (FreeBSD ACPI support)", @@ -1246,9 +1246,11 @@ about_cb( GtkAction *action, ProgressData *battstat ) char *comments = g_strdup_printf ("%s\n\n%s", _("This utility shows the status of your laptop battery."), - power_management_using_hal () ? + power_management_using_upower () ? + /* ture */ _("upower backend enabled.") : + (power_management_using_hal () ? /* true */ _("HAL backend enabled.") : - /* false */ _("Legacy (non-HAL) backend enabled.")); + /* false */ _("Legacy (non-HAL) backend enabled."))); gtk_show_about_dialog( NULL, "version", VERSION, -- cgit v1.2.1