From 136848e7c2b6d663e723e9cdb73736693dceb5bf Mon Sep 17 00:00:00 2001
From: rathnor <rathnor>
Date: Sat, 31 Jan 2004 11:39:32 +0000
Subject: fix small oversight with slitlist fixes

---
 src/SlitClient.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/SlitClient.cc b/src/SlitClient.cc
index fe2567f..04fa867 100644
--- a/src/SlitClient.cc
+++ b/src/SlitClient.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: SlitClient.cc,v 1.2 2003/06/22 12:30:59 fluxgen Exp $
+// $Id: SlitClient.cc,v 1.3 2004/01/31 11:39:32 rathnor Exp $
 
 #include "SlitClient.hh"
 
@@ -53,7 +53,7 @@ void SlitClient::initialize(BScreen *screen, Window win) {
     resize(0, 0);
 
     if (matchName().empty())
-        m_match_name = Xutil::getWMName(clientWindow());
+        m_match_name = Xutil::getWMClassName(clientWindow());
     m_visible = true;        
 }
 
-- 
cgit v0.11.2