| Date: | 2009-08-03 01:25:37 (11 months 26 days ago) |
|---|---|
| Author: | Adrien Bustany |
| Commit: | 7e729a8273f7d6aa0ef27a305ce7631f2870ff66 |
| Message: | Facebook bridge : fix a segfault if no network access when
Authenticate is called |
| Files: |
bridges/facebook/src/facebook.vala (1 diff) |
Change Details
| bridges/facebook/src/facebook.vala | ||
|---|---|---|
| 128 | 128 | "fields", "last_name,first_name", |
| 129 | 129 | null); |
| 130 | 130 | XmlNode node = runCall (c); |
| 131 | if (node == null) { | |
| 132 | // Error in REST call | |
| 133 | return; | |
| 134 | } | |
| 131 | 135 | |
| 132 | 136 | if (node.name != "users_getInfo_response") { |
| 133 | 137 | #if DEBUG |
