mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +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:
parent
a5486b0339
commit
b73cb2c996
@ -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
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user