MailProtocolConfigView now is a BMailSettingsView.

* Changed the private settings base classes to follow the new style.
* Made BodyDownloadConfig use the layout API.
* Adapted SMTP to these changes.
This commit is contained in:
Axel Dörfler
2015-01-06 15:23:06 +01:00
parent efd1602a79
commit 57b305558b
6 changed files with 127 additions and 143 deletions
+2 -2
View File
@@ -185,10 +185,10 @@ ProtocolSettingsView::_CreateSettingsView(const entry_ref& ref,
if (image < 0)
return image;
if (get_image_symbol(image, "instantiate_protocol_config_panel",
if (get_image_symbol(image, "instantiate_protocol_settings_view",
B_SYMBOL_TYPE_TEXT, (void**)&instantiateConfig) != B_OK) {
unload_add_on(image);
return B_BAD_VALUE;
return B_MISSING_SYMBOL;
}
fImage = image;