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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user