Commit 35610daa authored by Damien Fouilleul's avatar Damien Fouilleul

mozilla: fixed crash on Safari 3 Beta for Windows

parent 084f988f
......@@ -709,7 +709,7 @@ static LRESULT CALLBACK Manage( HWND p_hwnd, UINT i_msg, WPARAM wpar, LPARAM lpa
}
default:
/* delegate to default handler */
return p_plugin->getWindowProc()( p_hwnd, i_msg, wpar, lpar );
return CallWindowProc(p_plugin->getWindowProc(), p_hwnd, i_msg, wpar, lpar );
}
}
#endif /* XP_WIN */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment