diff options
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 2106e86..b1e1089 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.76 2002/09/01 11:44:12 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.77 2002/09/01 11:44:56 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -2771,7 +2771,7 @@ void FluxboxWindow::mapRequestEvent(XMapRequestEvent *re) { | |||
2771 | XClassHint ch; | 2771 | XClassHint ch; |
2772 | 2772 | ||
2773 | if (XGetClassHint(display, getClientWindow(), &ch) == 0) { | 2773 | if (XGetClassHint(display, getClientWindow(), &ch) == 0) { |
2774 | cerr<<"Failed to ready class hint!"<<endl; | 2774 | cerr<<"Failed to read class hint!"<<endl; |
2775 | } else { | 2775 | } else { |
2776 | if (ch.res_name != 0) { | 2776 | if (ch.res_name != 0) { |
2777 | m_instance_name = const_cast<char *>(ch.res_name); | 2777 | m_instance_name = const_cast<char *>(ch.res_name); |