*fix* minor bugfixes

*fix* do not use g_ptr_array_unref since not everybody has glib-2.22 ;)



git-svn-id: http://tint2.googlecode.com/svn/trunk@333 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-10 15:00:40 +00:00
parent c6ff59f9f7
commit a20eb44a28
5 changed files with 19 additions and 17 deletions

View File

@@ -102,7 +102,6 @@ void draw_systray(void *obj, cairo_t *c)
XCopyArea(server.dsp, systray.area.pix, render_background, server.gc, 0, 0, systray.area.width, systray.area.height, 0, 0);
}
// tint2 don't draw systray icons. just the background.
refresh_systray = 1;
}