commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src UIwxpython.py


From: Jason Cater
Subject: gnue/forms/src UIwxpython.py
Date: Tue, 22 Jan 2002 21:38:03 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/01/22 21:38:03

Modified files:
        forms/src      : UIwxpython.py 

Log message:
        fixed bug in initFont's GConfig

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

Patches:
Index: gnue/forms/src/UIwxpython.py
diff -c gnue/forms/src/UIwxpython.py:1.130 gnue/forms/src/UIwxpython.py:1.131
*** gnue/forms/src/UIwxpython.py:1.130  Tue Jan 22 18:16:04 2002
--- gnue/forms/src/UIwxpython.py        Tue Jan 22 21:38:03 2002
***************
*** 84,90 ****
    face = GConfig.get('fontface',None)
  
    if face != None:
!     if string.lower(GConfig.get('fontweight',None)) == 'bold':
        weight = wxBOLD
      else:
        weight = wxNORMAL
--- 84,90 ----
    face = GConfig.get('fontface',None)
  
    if face != None:
!     if string.lower(GConfig.get('fontweight','normal')) == 'bold':
        weight = wxBOLD
      else:
        weight = wxNORMAL



reply via email to

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