all repos — fluxbox @ 47a20c9ef2aa61c7bbef63d22362dd9a999d0f96

custom fork of the fluxbox windowmanager

minor fix for shutdown
fluxgen fluxgen
commit

47a20c9ef2aa61c7bbef63d22362dd9a999d0f96

parent

ba24f20831afc9b07535b4a4fb8116b08cd1058f

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

jump to
M src/Slit.ccsrc/Slit.cc

@@ -22,7 +22,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: Slit.cc,v 1.86 2003/12/20 19:10:49 fluxgen Exp $ +// $Id: Slit.cc,v 1.87 2004/01/10 02:58:21 fluxgen Exp $ #include "Slit.hh"

@@ -1144,6 +1144,9 @@ }

} void Slit::updateClientmenu() { + if (screen().isShuttingdown()) + return; + // clear old items m_clientlist_menu.removeAll(); m_clientlist_menu.setLabel("Clients");