diff options
author | marcus <marcus@FreeBSD.org> | 2005-05-12 02:37:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-05-12 02:37:02 +0800 |
commit | 2ddcf59b5ff9cf119d5582f349944f2a8de75835 (patch) | |
tree | 0d0ff388168ae93d70758129b1d7c78b6a0ba33a /x11/gnome-applets | |
parent | cd1a32a699ae1d0e0e52f3520e568ca3b2a58b08 (diff) | |
download | freebsd-ports-gnome-2ddcf59b5ff9cf119d5582f349944f2a8de75835.tar.gz freebsd-ports-gnome-2ddcf59b5ff9cf119d5582f349944f2a8de75835.tar.zst freebsd-ports-gnome-2ddcf59b5ff9cf119d5582f349944f2a8de75835.zip |
Correct the location to the power-management.c source file.
Submitted by: sajd on #freebsd-gnome
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/files/patch-battstat-acpi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/files/patch-battstat-acpi b/x11/gnome-applets/files/patch-battstat-acpi index 621ca6b14880..ce52971f369c 100644 --- a/x11/gnome-applets/files/patch-battstat-acpi +++ b/x11/gnome-applets/files/patch-battstat-acpi @@ -348,8 +348,8 @@ + return TRUE; +} +#endif ---- power-management.c.orig Sun Mar 20 05:20:55 2005 -+++ power-management.c Wed May 11 10:22:17 2005 +--- battstat/power-management.c.orig Sun Mar 20 05:20:55 2005 ++++ battstat/power-management.c Wed May 11 10:22:17 2005 @@ -73,9 +73,18 @@ static int pm_initialised; * the problem might be. This error message is not to be freed. */ |