all repos — tint2 @ ae4454f20821ef5cdbb350e18c4aaa83982882c4

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

Fix undefined reference to `cleanup_battery' when using --disable-battery.


git-svn-id: http://tint2.googlecode.com/svn/trunk@248 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Spooky85@gmail.com Spooky85@gmail.com@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

ae4454f20821ef5cdbb350e18c4aaa83982882c4

parent

04a4131d2373b5220f6b33306a2c8505db0359b0

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

jump to
M src/config.csrc/config.c

@@ -73,7 +73,9 @@ list_back = g_slist_append(0, calloc(1, sizeof(Area)));

// tint2 could reload config, so we cleanup objects cleanup_systray(); +#ifdef ENABLE_BATTERY cleanup_battery(); +#endif cleanup_clock(); cleanup_tooltip();