minor
authorPhilip Kovacs <pkovacs@users.sourceforge.net>
Tue, 7 Mar 2006 05:40:35 +0000 (05:40 +0000)
committerPhilip Kovacs <pkovacs@users.sourceforge.net>
Tue, 7 Mar 2006 05:40:35 +0000 (05:40 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@550 7f574dfc-610e-0410-a909-a81674777703

src/x11.c

index 10187be..8cb4ed5 100644 (file)
--- a/src/x11.c
+++ b/src/x11.c
@@ -255,7 +255,7 @@ void init_window(int own_window, int w, int h, int set_trans, int back_colour, c
                            if (xa != None) {
                                long prop[5] = { 2, 0, 0, 0, 0 };
                                XChangeProperty(display, window.window, xa,
-                                               xa, 32, PropModeAppend,
+                                               xa, 32, PropModeReplace,
                                                (unsigned char *) prop, 5);
                            }
                        }