tint2conf : cleanup and rotate vertical panel snapshot

git-svn-id: http://tint2.googlecode.com/svn/trunk@408 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-03-31 22:13:24 +00:00
parent d4a67f631b
commit 24f47c9c24
5 changed files with 109 additions and 384 deletions

View File

@@ -626,7 +626,7 @@ void add_entry (char *key, char *value)
panel_autohide_height = atoi(value);
else
fprintf(stderr, "tint2 : invalid option \"%s\", correct your config file\n", key);
fprintf(stderr, "tint2 : invalid option \"%s\",\n upgrade tint2 or correct your config file\n", key);
if (value1) free (value1);
if (value2) free (value2);