Looking at this function

def OnParticipantsChanged(properties, context):
  """Invoked when any participants have been added/removed."""
  added = properties['participantsAdded']
  for p in added:
    Notify(context)

Why is it calling Notify exactly the same way many
different times?  Changes to the local variable p should
not have any effect on what Notify does, no?  What am
I missing here?

mystified: -- Aaron Watters
   http://whiffdoc.appspot.com

===
less is more.

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.


Reply via email to