all repos — fluxbox @ 3eafda3f2e6e14eaa1ca8d7ec95e49537301fea3

custom fork of the fluxbox windowmanager

fixed layer menu bug, it should be internal so the parent dont kill it
fluxgen fluxgen
commit

3eafda3f2e6e14eaa1ca8d7ec95e49537301fea3

parent

270cbb65922487faded4b8997bd8cd4f57a2dc95

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

jump to
M src/Window.ccsrc/Window.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: Window.cc,v 1.184 2003/05/21 23:59:53 rathnor Exp $ +// $Id: Window.cc,v 1.185 2003/05/24 12:04:39 fluxgen Exp $ #include "Window.hh"

@@ -329,6 +329,9 @@ }

void FluxboxWindow::init() { + // so parent menu don't kill us + m_layermenu->setInternalMenu(); + m_attaching_tab = 0; assert(m_client);