/[gnue]/gnue-forms/src/uidrivers/gtk2/UIdriver.py
ViewVC logotype

Diff of /gnue-forms/src/uidrivers/gtk2/UIdriver.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by siesel, Mon Aug 4 15:37:30 2003 UTC revision 1.27 by jcater, Fri Sep 5 19:33:58 2003 UTC
# Line 94  class GFUserInterface(commonToolkit.GFUs Line 94  class GFUserInterface(commonToolkit.GFUs
94      # Set default form font      # Set default form font
95      #      #
96    
97      if gConfig('fixedWidthFont'):      if gConfigForms('fixedWidthFont'):
98        fontname = 'monospace %s' % gConfig('pointSize')        fontname = 'monospace %s' % gConfigForms('pointSize')
99      else:      else:
100        fontname = 'bitstream vera %s' % gConfig('pointSize')        fontname = 'bitstream vera %s' % gConfigForms('pointSize')
101                
102      self.mono_font = pango.FontDescription(fontname)      self.mono_font = pango.FontDescription(fontname)
103    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26