*fix* issue 175

*fix* a bug I introduced with one of my previous checkins...



git-svn-id: http://tint2.googlecode.com/svn/trunk@313 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-03 13:14:25 +00:00
parent a0cf313f08
commit fad21d3c1c
11 changed files with 52 additions and 12 deletions

View File

@@ -542,6 +542,9 @@ void add_entry (char *key, char *value)
else if (strcmp(value, "right2left") == 0)
systray.sort = 3;
}
else if (strcmp(key, "systray_icon_size") == 0) {
systray_max_icon_size = atoi(value);
}
/* Tooltip */
else if (strcmp (key, "tooltip") == 0)