all repos — fluxbox @ 136848e7c2b6d663e723e9cdb73736693dceb5bf

custom fork of the fluxbox windowmanager

fix small oversight with slitlist fixes
rathnor rathnor
commit

136848e7c2b6d663e723e9cdb73736693dceb5bf

parent

8b5f039f10e51f972dbed0a4d75fc569bde4b9a8

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/SlitClient.ccsrc/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; }