/[gnue]/gnue-forms/src/GFObjects/GFImage.py
ViewVC logotype

Diff of /gnue-forms/src/GFObjects/GFImage.py

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

revision 1.4 by jcater, Wed Jun 11 19:55:17 2003 UTC revision 1.5 by btami, Sun Jul 6 21:35:00 2003 UTC
# Line 42  class GFImage(GFValue): Line 42  class GFImage(GFValue):
42    
43      # Default attributes (these may be replaced by parser)      # Default attributes (these may be replaced by parser)
44      self.type = "URL"      self.type = "URL"
45      self.Char__height = float(gConfig('widgetHeight'))      self.Char__height = int(gConfig('widgetHeight'))
46    
47      # Runtime Variables      # Runtime Variables
48      self._inits = [self.initialize]      self._inits = [self.initialize]

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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