aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 10:41:30 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 10:41:30 +0300
commitc82b7d90fdf12cadb29dcfe177c5638c04ed544c (patch)
treef4925a1a86a72c17efd0affa9b8167b6411abe45 /src/pies.c
parent4cb33c7c355491f602bbf09f97e90aa90afb4797 (diff)
downloadpies-c82b7d90fdf12cadb29dcfe177c5638c04ed544c.tar.gz
pies-c82b7d90fdf12cadb29dcfe177c5638c04ed544c.tar.bz2
Account for possible system clock inaccuracies.
* src/pies.h (progman_wake_sleeping): Takes one argument. * src/progman.c (progman_wake_sleeping): Takes one argument. Account for possible clock inaccuracy. (progman_cleanup): Print correct signal number in the diagnostics. Update call to progman_wake_sleeping. * src/pies.c (main): Update call to progman_wake_sleeping.
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pies.c b/src/pies.c
index cc2ac53..110bbfe 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -1973,8 +1973,8 @@ main (int argc, char **argv)
}
if (got_alarm)
{
+ progman_wake_sleeping (1);
got_alarm = 0;
- progman_wake_sleeping ();
}
}
}

Return to:

Send suggestions and report system problems to the System administrator.