set m_icon_title to, you'll never guess, the icon title

This commit is contained in:
markt 2007-03-30 21:44:02 +00:00
parent a492e33a70
commit b38f4e931f

View file

@ -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 {