diff options
Diffstat (limited to 'src/gpm-statistics.c')
-rw-r--r-- | src/gpm-statistics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c index fc302a4..34541f6 100644 --- a/src/gpm-statistics.c +++ b/src/gpm-statistics.c @@ -1796,7 +1796,7 @@ main (int argc, char *argv[]) if (!ret) goto out; #endif - devices = up_client_get_devices (client); + devices = up_client_get_devices2 (client); /* add devices in visually pleasing order */ for (j=0; j<UP_DEVICE_KIND_LAST; j++) { |