SVN revision: 13340
This commit is contained in:
Kim Woelders 2005-02-13 09:14:49 +00:00
parent 2bec1132c9
commit f9c0359c5b
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ ecore_x_window_prop_xid_set(Ecore_X_Window win, Ecore_X_Atom atom,
if (!pl)
return;
for (i = 0; i < num; i++)
pl[i] = val[i];
pl[i] = lst[i];
XChangeProperty(_ecore_x_disp, win, atom, type, 32, PropModeReplace,
(unsigned char *)pl, num);
free(pl);