fix small oversight with slitlist fixes
rathnor rathnor
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/SlitClient.cc
→
src/SlitClient.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@ move(0, 0);
resize(0, 0); if (matchName().empty()) - m_match_name = Xutil::getWMName(clientWindow()); + m_match_name = Xutil::getWMClassName(clientWindow()); m_visible = true; }