commit-gnue
[Top][All Lists]
Advanced

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

gnue/designer/src/forms LayoutEditor.py


From: Jason Cater
Subject: gnue/designer/src/forms LayoutEditor.py
Date: Fri, 25 Jan 2002 18:46:17 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/01/25 18:46:17

Modified files:
        designer/src/forms: LayoutEditor.py 

Log message:
        debreaking cvs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/forms/LayoutEditor.py.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue/designer/src/forms/LayoutEditor.py
diff -c gnue/designer/src/forms/LayoutEditor.py:1.6 
gnue/designer/src/forms/LayoutEditor.py:1.7
*** gnue/designer/src/forms/LayoutEditor.py:1.6 Fri Jan 25 17:54:04 2002
--- gnue/designer/src/forms/LayoutEditor.py     Fri Jan 25 18:46:17 2002
***************
*** 686,699 ****
      if height < 2: height = 2
  
      topbot = ". " * int(width/2) + divmod(width,2)[1] * '.'
!     mid = '".' + " " * width -2 + '.",\n"
  
!     xpm = '/* XPM */\n'
!           'static char * text1_xpm[] = {'
!           '"%s %s 2 1",'
!           '"       g None",'
!           '".      g #000000",' % (width, height) + \
!           topbot + "\n"
  
      xpm += mid * (height - 2) + topbot + "};\n"
  
--- 686,699 ----
      if height < 2: height = 2
  
      topbot = ". " * int(width/2) + divmod(width,2)[1] * '.'
!     mid = '".' + " " * width -2 + '.",\n'
  
!     xpm = '/* XPM */\n' \
!         + 'static char * text1_xpm[] = {' \
!         + '"%s %s 2 1",' \
!         + '"       g None",' \
!         + '".      g #000000",' % (width, height) \
!         + topbot + "\n"
  
      xpm += mid * (height - 2) + topbot + "};\n"
  



reply via email to

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