all repos — tint2 @ 4d5fe440c80daefc227f1ea4d67d93a651c44650

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

fixed : battery disabled when needed

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

4d5fe440c80daefc227f1ea4d67d93a651c44650

parent

b9544f0fa0014a58a5dd01935ad517382f673623

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

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

@@ -134,6 +134,7 @@ if (directory)

g_dir_close(directory); if (!battery_dir) { fprintf(stderr, "ERROR: battery applet can't found power_supply\n"); + default_battery(); return; }