*fix* maybe issue 212

git-svn-id: http://tint2.googlecode.com/svn/trunk@385 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-30 23:06:07 +00:00
parent fa9521ca40
commit d70f267780
4 changed files with 17 additions and 19 deletions

View File

@@ -821,7 +821,7 @@ int main (int argc, char *argv[])
XDamageNotifyEvent* de = &event_union.de;
for (l = systray.list_icons; l ; l = l->next) {
traywin = (TrayWindow*)l->data;
if ( traywin->id == de->drawable && !de->more ) {
if ( traywin->id == de->drawable ) {
systray_render_icon(traywin);
break;
}