all repos — tint2 @ cd00bee9862646f5481d5954054cde9423c6a91f

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

*fix* issue 187


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

cd00bee9862646f5481d5954054cde9423c6a91f

parent

72bcf623ee53b20260dbe3d0e552d0c394971425

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

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

@@ -697,7 +697,7 @@

int config_read_file (const char *path) { FILE *fp; - char line[80]; + char line[512]; char *key, *value; if ((fp = fopen(path, "r")) == NULL) return 0;