! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
broken display of ACPI version
Status:
RESOLVED: DUPLICATE
Product:
Xfce4-sensors-plugin
Component:
General

Comments

Description Raphael Groner 2010-12-09 23:05:29 CET
There will be always "ACPI v<Unknown>" in the description.
It is due to an obsolete underscore in acpi.h.

diff --git a/include/acpi.h b/include/acpi.h
index 5be01bc..9fe7005 100644
--- a/include/acpi.h
+++ b/include/acpi.h
@@ -30,7 +30,7 @@
 #define ACPI_FILE_BATTERY_INFO  "info"
 #define ACPI_FILE_FAN           "state"
 
-#define ACPI_INFO               "info_"
+#define ACPI_INFO               "info"
 
 /* Gtk/Glib includes */
 #include <glib.h>
Comment 1 Fabian Nowak editbugs 2010-12-10 20:53:23 CET
same as #6955

*** This bug has been marked as a duplicate of bug 6955 ***

Bug #6956

Reported by:
Raphael Groner
Reported on: 2010-12-09
Last modified on: 2010-12-10

People

Assignee:
Fabian Nowak
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information