]> git.sur5r.net Git - i3/i3/commit
Remove asserts and return non-match instead if the container or its workspace cannot... 1776/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 1 Jul 2015 09:47:55 +0000 (11:47 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 1 Jul 2015 09:47:55 +0000 (11:47 +0200)
commitc073de8d26fe98bcd558b1da1700531ed21f9c78
treea2ef2fdba4371b742e7678c840c8c4f668dfabc4
parent6be1b28813c15f0ba02eff50d114271eda956347
Remove asserts and return non-match instead if the container or its workspace cannot be found.
This can cause an issue if used in combination with for_window and i3bar during startup of i3 otherwise.

fixes #1774
src/match.c