Changeset 141

Show
Ignore:
Timestamp:
01/20/2003 03:00:40 PM (6 years ago)
Author:
mwm
Message:

Fix the one reference to the window I didn't catch the first time.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plwm/panes.py

    r140 r141  
    1 # $Id: panes.py,v 1.18 2003-01-20 20:55:56 mwm Exp $ 
     1# $Id: panes.py,v 1.19 2003-01-20 21:00:40 mwm Exp $ 
    22# 
    33# panes.py -- Handle panes (sometimes known as "frames") 
     
    179179            if event.value_mask & X.CWStackMode and event.stack_mode == X.Above \ 
    180180               and my.allow_self_changes(w): 
    181                 w.panes_pane.add_window(my) 
     181                w.panes_pane.add_window() 
    182182 
    183183