зеркало из https://github.com/mozilla/gecko-dev.git
Cast needed for DU4.0 (Bugzilla:324)
This commit is contained in:
Родитель
df59eb4642
Коммит
9f21db5ea9
|
@ -607,7 +607,8 @@ fe_EditorNewPopupMenu(XFE_Frame* frame, Widget parent, MWContext *context)
|
||||||
if (!EDT_IS_EDITOR(context))
|
if (!EDT_IS_EDITOR(context))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
popup = new XFE_PopupMenu("popup",frame, parent, NULL);
|
popup = new XFE_PopupMenu("popup",frame, parent,
|
||||||
|
(MenuSpec*) NULL);
|
||||||
|
|
||||||
e_type = EDT_GetCurrentElementType(context);
|
e_type = EDT_GetCurrentElementType(context);
|
||||||
|
|
||||||
|
@ -810,7 +811,7 @@ XFE_EditorFrame::XFE_EditorFrame(Widget toplevel,
|
||||||
// create html view
|
// create html view
|
||||||
XFE_EditorView *editorview = new XFE_EditorView(this,
|
XFE_EditorView *editorview = new XFE_EditorView(this,
|
||||||
getChromeParent(),
|
getChromeParent(),
|
||||||
NULL,
|
(XFE_View *)NULL,
|
||||||
m_context);
|
m_context);
|
||||||
|
|
||||||
editorview->registerInterest(XFE_EditorView::newURLLoading,
|
editorview->registerInterest(XFE_EditorView::newURLLoading,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче