[Spambayes-checkins] spambayes/Outlook2000 addin.py,1.44,1.45

Mark Hammond mhammond at users.sourceforge.net
Fri Jan 24 04:43:46 EST 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv26159

Modified Files:
	addin.py 
Log Message:
Add comment.


Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** addin.py	10 Jan 2003 00:34:57 -0000	1.44
--- addin.py	24 Jan 2003 12:43:43 -0000	1.45
***************
*** 464,467 ****
--- 464,469 ----
          # there is no clean way to remove the buttons.  Do we even care?
          assert item_attrs.has_key('Tag'), "Need a 'Tag' attribute!"
+         # Note we search *all* command bars here for the tag, only
+         # adding to the specified bar if not found.
          item = self.CommandBars.FindControl(
                          Type = control_type,





More information about the Spambayes-checkins mailing list