aboutsummaryrefslogtreecommitdiff
path: root/src/SlitClient.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-01-31 11:39:32 (GMT)
committerrathnor <rathnor>2004-01-31 11:39:32 (GMT)
commit136848e7c2b6d663e723e9cdb73736693dceb5bf (patch)
treee2507ef7fa034a99d99ca8f6f280344b492088d6 /src/SlitClient.cc
parent8b5f039f10e51f972dbed0a4d75fc569bde4b9a8 (diff)
downloadfluxbox-136848e7c2b6d663e723e9cdb73736693dceb5bf.zip
fluxbox-136848e7c2b6d663e723e9cdb73736693dceb5bf.tar.bz2
fix small oversight with slitlist fixes
Diffstat (limited to 'src/SlitClient.cc')
-rw-r--r--src/SlitClient.cc4
1 files 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 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: SlitClient.cc,v 1.2 2003/06/22 12:30:59 fluxgen Exp $ 22// $Id: SlitClient.cc,v 1.3 2004/01/31 11:39:32 rathnor Exp $
23 23
24#include "SlitClient.hh" 24#include "SlitClient.hh"
25 25
@@ -53,7 +53,7 @@ void SlitClient::initialize(BScreen *screen, Window win) {
53 resize(0, 0); 53 resize(0, 0);
54 54
55 if (matchName().empty()) 55 if (matchName().empty())
56 m_match_name = Xutil::getWMName(clientWindow()); 56 m_match_name = Xutil::getWMClassName(clientWindow());
57 m_visible = true; 57 m_visible = true;
58} 58}
59 59