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: Sat, 04 Jan 2003 17:09:46 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/01/04 17:09:43

Modified files:
        forms/utils    : gfd04to05.py 

Log message:
        possible fix for buttons as children of blocks

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

Patches:
Index: gnue/forms/utils/gfd04to05.py
diff -c gnue/forms/utils/gfd04to05.py:1.17 gnue/forms/utils/gfd04to05.py:1.18
*** gnue/forms/utils/gfd04to05.py:1.17  Wed Jan  1 19:45:48 2003
--- gnue/forms/utils/gfd04to05.py       Sat Jan  4 17:09:43 2003
***************
*** 200,206 ****
        t = modeler('trigger', {'type': 'On-Action','src': named} , object)
      except KeyError: 
        pass
!     object.reparent(object._parent._origparent)
  
    elif object._tag == 'page':
      # Move pages to the new <layout> tag
--- 200,209 ----
        t = modeler('trigger', {'type': 'On-Action','src': named} , object)
      except KeyError: 
        pass
!     if object._parent._origparent._tag == 'page': 
!       object.reparent(object._parent._origparent)
!     else: 
!       object.reparent(object._parent._origparent._origparent)
  
    elif object._tag == 'page':
      # Move pages to the new <layout> tag




reply via email to

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