aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-03-30 21:44:02 (GMT)
committermarkt <markt>2007-03-30 21:44:02 (GMT)
commitb38f4e931f1c3927e677fde46b4d422200a22f04 (patch)
treeb4a9003c4c8fd38f935f5b031c0e6b650912b9d2
parenta492e33a70bf43b8d9e33f798fd77ac8d1b6a7a6 (diff)
downloadfluxbox-b38f4e931f1c3927e677fde46b4d422200a22f04.zip
fluxbox-b38f4e931f1c3927e677fde46b4d422200a22f04.tar.bz2
set m_icon_title to, you'll never guess, the icon title
-rw-r--r--src/WinClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index bb8a25c..b7e14e9 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -227,7 +227,7 @@ bool WinClient::getWMName(XTextProperty &textprop) const {
227} 227}
228 228
229bool WinClient::getWMIconName(XTextProperty &textprop) const { 229bool WinClient::getWMIconName(XTextProperty &textprop) const {
230 return XGetWMName(display(), window(), &textprop); 230 return XGetWMIconName(display(), window(), &textprop);
231} 231}
232 232
233const string &WinClient::getWMClassName() const { 233const string &WinClient::getWMClassName() const {