| 274 | } |
| 275 | |
| 276 | void OnReceiveContentInfo(const ContentInfo &ci) override |
| 277 | { |
| 278 | /* And once the meta data is received, start downloading it. */ |
| 279 | _network_content_client.Select(ci.id); |
| 280 | new BootstrapContentDownloadStatusWindow(); |
| 281 | this->Close(); |
| 282 | } |
| 283 | }; |
| 284 | |
| 285 | #endif /* defined(WITH_FREETYPE) */ |