summaryrefslogtreecommitdiffstats
path: root/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c')
-rw-r--r--sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c
deleted file mode 100644
index b6ac06a72..000000000
--- a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::battmon.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- panel-plugin/battmon.c.orig Sat Feb 11 23:43:01 2006
-+++ panel-plugin/battmon.c Sat Feb 11 23:43:07 2006
-@@ -33,6 +33,7 @@
-
- #ifdef __FreeBSD__
- #include <machine/apm_bios.h>
-+#define APMDEVICE "/dev/apm"
- #elif __OpenBSD__
- #include <sys/param.h>
- #include <machine/apmvar.h>
-@@ -362,6 +363,7 @@
-
-
- if(charge < 0) charge = 0;
-+ if(charge > 100) charge = 100;
- gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(battmon->battstatus), charge / 100.0);
-
- if(battmon->options.display_label){