[PyObjC-svn] r1988 - trunk/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info
| Newsgroups | gmane.comp.python.pyobjc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronaldoussoren
Date: Wed Jan 23 14:59:45 2008
New Revision: 1988
Log:
Fix typo, SF #1870380
Modified:
trunk/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/GetBuddyInfo.py
Modified: trunk/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/GetBuddyInfo.py
==============================================================================
--- trunk/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/GetBuddyInfo.py (original)
+++ trunk/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/GetBuddyInfo.py Wed Jan 23 14:59:45 2008
@@ -13,7 +13,7 @@
count = input.numberOfItems()
for i in range(1, count+1):
- personDescriptor = input.desciptorAtIndex_(i)
+ personDescriptor = input.descriptorAtIndex_(i)
if personDescriptor is not None:
# get the uid of the person from this descriptor
if (personDescriptor.descriptorType() == typeObjectSpecifier):
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/