From f17654d853e603b1e4c6c22ffb1abbd6b364f4dc Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 7 Nov 2013 22:48:53 +0100 Subject: battstat applet: ready for upower-1.0 --- battstat/battstat-upower.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'battstat') diff --git a/battstat/battstat-upower.c b/battstat/battstat-upower.c index 36acb408..55929491 100644 --- a/battstat/battstat-upower.c +++ b/battstat/battstat-upower.c @@ -86,10 +86,12 @@ battstat_upower_initialise (void (*callback) (void)) GCancellable *cancellable = g_cancellable_new(); GError *gerror; +#if !UP_CHECK_VERSION(0, 9, 99) if (! up_client_enumerate_devices_sync( upc, cancellable, &gerror ) ) { sprintf(error_str, "Unable to enumerate upower devices: %s\n", gerror->message); goto error_shutdownclient; } +#endif g_signal_connect_after( upc, "device-changed", device_cb, NULL ); g_signal_connect_after( upc, "device-added", device_cb, NULL ); -- cgit v1.2.1