Re: [PATCH] all: convert value from g_get_real_time() to seconds

2014-10-08 Thread Richard Hughes
Applied, with a small change (s/100/G_USEC_PER_SEC) -- thanks. Richard. On 2 October 2014 14:04, Evangelos Foutras wrote: > Commit 5ddfe0d (all: Use g_get_real_time() when possible) replaced calls > to g_get_current_time() with g_get_real_time(), however, we also need to > convert the return

Re: [PATCH] daemon: Update aggregate device on battery removal

2014-10-08 Thread Richard Hughes
Pushed to master, thanks. Richard. On 2 October 2014 14:16, Evangelos Foutras wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=84345 > --- > I'm not sure if this is the correct way to fix this but it works for me. > > src/up-daemon.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff

Re: [PATCH] upowerd: Fix cleanup in up_device_idevice_coldplug/finalize

2014-10-08 Thread Richard Hughes
Pushed to master with a small whitespace fixup. Thanks! Richard On 5 October 2014 06:03, Nikolay Martynov wrote: > Under certain conditions lockdownd_client_free was called > twice for same client. This caused SIGSEGV. > > This patch addresses this issue > > Signed-off-by: Nikolay Martynov > --