diff options
Diffstat (limited to 'src/testing.c')
-rw-r--r-- | src/testing.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing.c b/src/testing.c index 2822b7e..abcd239 100644 --- a/src/testing.c +++ b/src/testing.c @@ -301,7 +301,8 @@ indicator_power_testing_init (IndicatorPowerTesting * self) UP_DEVICE_KIND_BATTERY, 50.0, UP_DEVICE_STATE_DISCHARGING, - 60*30); + 60*30, + TRUE); /* Mock Provider */ |