mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-18 07:25:54 +01:00
Fixed stupid bug in setstyle.c
This commit is contained in:
@@ -776,6 +776,7 @@ fillTextureList(WMList *lPtr)
|
||||
titem->selectedFor = 0;
|
||||
titem->path = wstrdup(PLGetString(PLGetArrayElement(texture, 2)));
|
||||
|
||||
puts(titem->path);
|
||||
titem->preview = loadRImage(scr, titem->path);
|
||||
if (!titem->preview) {
|
||||
titem->preview = renderTexture(scr, titem->prop, TEXPREV_WIDTH,
|
||||
|
||||
Reference in New Issue
Block a user