| Index: src/plugin/PluginClass.cpp |
| =================================================================== |
| --- a/src/plugin/PluginClass.cpp |
| +++ b/src/plugin/PluginClass.cpp |
| @@ -543,6 +543,7 @@ |
| } |
| catch (...) |
| { |
| + EntryPointExceptionDefault("CPluginClass::OnBeforeNavigate2"); |
| } |
| } |
| @@ -560,6 +561,7 @@ |
| } |
| catch (...) |
| { |
| + EntryPointExceptionDefault("CPluginClass::OnDownloadComplete"); |
| } |
| } |
| @@ -581,6 +583,7 @@ |
| } |
| catch (...) |
| { |
| + EntryPointExceptionDefault("CPluginClass::OnDocumentComplete"); |
| } |
| } |
| @@ -611,6 +614,7 @@ |
| } |
| catch (...) |
| { |
| + EntryPointExceptionDefault("CPluginClass::OnWindowStateChanged"); |
| } |
| } |
| @@ -639,6 +643,7 @@ |
| } |
| catch (...) |
| { |
| + EntryPointExceptionDefault("CPluginClass::OnCommandStateChange"); |
| } |
| } |
| @@ -651,6 +656,7 @@ |
| } |
| catch (...) |
| { |
| + EntryPointExceptionDefault("CPluginClass::OnOnQuit"); |
| } |
| } |