Overview
Comment: | Fix an evil typo. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a7d83700692e0d7b1a341216fb4d9069 |
User & Date: | js on 2012-11-09 21:00:06 |
Other Links: | manifest | tags |
Context
2012-11-11
| ||
11:21 | XMPPRoster: Add getter for the connection. check-in: 08b4d64469 user: js tags: trunk | |
2012-11-09
| ||
21:00 | Fix an evil typo. check-in: a7d8370069 user: js tags: trunk | |
2012-11-08
| ||
11:56 | Update buildsys. check-in: df39a315dc user: js tags: trunk | |
Changes
Modified src/XMPPConnection.m from [74e0c7a892] to [4026d94f84].
︙ | |||
816 817 818 819 820 821 822 | 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 | - + | } if ([[element name] isEqual: @"success"]) { [authModule continueWithData: [OFDataArray dataArrayWithBase64EncodedString: [element stringValue]]]; [delegates broadcastSelector: @selector( |
︙ |