1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

more bug fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@355 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-10-22 01:37:44 +00:00
parent a5486b0339
commit b73cb2c996
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $Id$ # $Id$
2005-10-21 2005-10-21
* acpi segfault should be fixed * acpi segfault should be fixed (sf.net bug 1330893)
* SIGUSR1 bug fixed? (sf.net bug 1330914)
2005-10-17 2005-10-17
* Ugly MPD mem leak fixed * Ugly MPD mem leak fixed

View File

@ -4154,6 +4154,8 @@ static void reload_handler(int a)
#ifdef X11 #ifdef X11
load_fonts(); load_fonts();
set_font(); set_font();
XClearWindow(display, RootWindow(display, screen)); // clear the window first
#endif /* X11 */ #endif /* X11 */
extract_variable_text(text); extract_variable_text(text);
free(text); free(text);