all repos — tint2 @ 66b38cc7d6c84952d7fe7114fe188f7024432cf7

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Initialize ac_connected_cmd and ac_disconnected_cmd
o9000 mrovi9000@gmail.com
commit

66b38cc7d6c84952d7fe7114fe188f7024432cf7

parent

dca5c2586c748e83bb75ea0040a466b0678d6c1d

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/battery/battery.csrc/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;