commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/forms/utils gfd04to05.py


From: Jason Cater
Subject: gnue/forms/utils gfd04to05.py
Date: Thu, 06 Mar 2003 01:13:16 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/03/06 01:13:15

Modified files:
        forms/utils    : gfd04to05.py 

Log message:
        do not reparent triggers out of blocks

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/utils/gfd04to05.py.diff?tr1=1.19&tr2=1.20&r1=text&r2=text

Patches:
Index: gnue/forms/utils/gfd04to05.py
diff -c gnue/forms/utils/gfd04to05.py:1.19 gnue/forms/utils/gfd04to05.py:1.20
*** gnue/forms/utils/gfd04to05.py:1.19  Mon Feb 10 05:19:58 2003
--- gnue/forms/utils/gfd04to05.py       Thu Mar  6 01:13:14 2003
***************
*** 281,287 ****
    # This one MUST be last... any child of a block
    # besides an entry (which was handled earlier)
    # should be reparented to a page
!   elif object._parent._tag == 'block':
      object.reparent(object._parent._origparent)
      
      # Block On-Switch triggers are now Post-FocusIn
--- 281,287 ----
    # This one MUST be last... any child of a block
    # besides an entry (which was handled earlier)
    # should be reparented to a page
!   elif object._parent._tag == 'block' and object._tag != 'trigger':
      object.reparent(object._parent._origparent)
      
      # Block On-Switch triggers are now Post-FocusIn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]