[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources rcparser.py, 1.1.2.2, 1.1.2.3

Mark Hammond mhammond at users.sourceforge.net
Mon Aug 4 16:57:17 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv7690/resources

Modified Files:
      Tag: outlook-dialog-branch
	rcparser.py 
Log Message:
Close the file after parsing, and groupboxes are buttons, not static text
(thanks to Kenny Pit for spotting this)


Index: rcparser.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/Attic/rcparser.py,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** rcparser.py	4 Aug 2003 04:09:18 -0000	1.1.2.2
--- rcparser.py	4 Aug 2003 22:57:15 -0000	1.1.2.3
***************
*** 16,20 ****
                 "CTEXT":0x82,
                 "RTEXT":0x82,
!                "GROUPBOX":0x82,
                 "LTEXT":0x82,
                 "LISTBOX":0x83,
--- 16,20 ----
                 "CTEXT":0x82,
                 "RTEXT":0x82,
!                "GROUPBOX":0x80,
                 "LTEXT":0x82,
                 "LISTBOX":0x83,
***************
*** 124,128 ****
              self.parse()
              self.getToken()
!         #close(f)
      def open(self, file):
          self.lex = shlex.shlex(file)
--- 124,128 ----
              self.parse()
              self.getToken()
!         f.close()
      def open(self, file):
          self.lex = shlex.shlex(file)





More information about the Spambayes-checkins mailing list