Initialize ac_connected_cmd and ac_disconnected_cmd
o9000 mrovi9000@gmail.com
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/battery/battery.c
→
src/battery/battery.c
@@ -137,6 +137,8 @@ battery_low_cmd_sent = 0;
battery_timeout = NULL; bat1_font_desc = NULL; bat2_font_desc = NULL; + ac_connected_cmd = NULL; + ac_disconnected_cmd = NULL; battery_low_cmd = NULL; battery_lclick_command = NULL; battery_mclick_command = NULL;