set m_icon_title to, you'll never guess, the icon title
This commit is contained in:
parent
a492e33a70
commit
b38f4e931f
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ bool WinClient::getWMName(XTextProperty &textprop) const {
|
|||
}
|
||||
|
||||
bool WinClient::getWMIconName(XTextProperty &textprop) const {
|
||||
return XGetWMName(display(), window(), &textprop);
|
||||
return XGetWMIconName(display(), window(), &textprop);
|
||||
}
|
||||
|
||||
const string &WinClient::getWMClassName() const {
|
||||
|
|
Loading…
Reference in a new issue