Fixed debugger call in E-mail.
* The settings view is no longer a direct child of the protocol settings view.
This commit is contained in:
@@ -164,7 +164,8 @@ ProtocolSettingsView::DetachedFromWindow()
|
|||||||
fSettings.MakeEmpty();
|
fSettings.MakeEmpty();
|
||||||
fSettings.Append(settings);
|
fSettings.Append(settings);
|
||||||
|
|
||||||
RemoveChild(fSettingsView);
|
// We need to remove the settings view before unloading its add-on
|
||||||
|
fSettingsView->RemoveSelf();
|
||||||
delete fSettingsView;
|
delete fSettingsView;
|
||||||
fSettingsView = NULL;
|
fSettingsView = NULL;
|
||||||
unload_add_on(fImage);
|
unload_add_on(fImage);
|
||||||
|
|||||||
Reference in New Issue
Block a user