diff options
author | rathnor <rathnor> | 2004-01-31 11:39:32 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-01-31 11:39:32 (GMT) |
commit | 136848e7c2b6d663e723e9cdb73736693dceb5bf (patch) | |
tree | e2507ef7fa034a99d99ca8f6f280344b492088d6 | |
parent | 8b5f039f10e51f972dbed0a4d75fc569bde4b9a8 (diff) | |
download | fluxbox_paul-136848e7c2b6d663e723e9cdb73736693dceb5bf.zip fluxbox_paul-136848e7c2b6d663e723e9cdb73736693dceb5bf.tar.bz2 |
fix small oversight with slitlist fixes
-rw-r--r-- | src/SlitClient.cc | 4 |
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 | ||