1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

Changed initial workspace specification in window attributes panel.

This commit is contained in:
kojima
1999-03-16 03:25:10 +00:00
parent 0477777415
commit 6d7e5a338d
3 changed files with 19 additions and 34 deletions

View File

@@ -494,15 +494,17 @@ okEditTexture(void *data)
HideTexturePanel(panel->texturePanel);
name = GetTexturePanelTextureName(panel->texturePanel);
if (titem->current) {
name = GetTexturePanelTextureName(panel->texturePanel);
free(titem->title);
titem->title = name;
}
prop = GetTexturePanelTexture(panel->texturePanel);
str = PLGetDescription(prop);
free(titem->title);
titem->title = name;
PLRelease(titem->prop);
titem->prop = prop;