all repos — tint2 @ 1a9ce9decd792836cfd2e15448230957679cb894

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

Add preprocessor statements to check if battery support has been enabled before using "default_battery()".


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

1a9ce9decd792836cfd2e15448230957679cb894

parent

9bc512b703f089908d4109350135f4a99296a67a

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

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

@@ -59,7 +59,9 @@ default_config();

default_timeout(); default_systray(); memset(&server, 0, sizeof(Server_global)); +#ifdef ENABLE_BATTERY default_battery(); +#endif default_clock(); default_taskbar(); default_tooltip();