зеркало из https://github.com/mozilla/pjs.git
Cast needed for DU4.0 (Bugzilla:323)
This commit is contained in:
Родитель
4c65bff039
Коммит
ebe97da79e
|
@ -884,7 +884,8 @@ XFE_URLBar::doPopup(XEvent *event)
|
|||
|
||||
if (!m_popup)
|
||||
{
|
||||
m_popup = new XFE_PopupMenu("popup",(XFE_Frame*)m_toplevel, widget, NULL);
|
||||
m_popup = new XFE_PopupMenu("popup",(XFE_Frame*)m_toplevel,
|
||||
widget, (MenuSpec *)NULL);
|
||||
m_popup->addMenuSpec(ccp_popup_spec);
|
||||
}
|
||||
m_popup->position(event);
|
||||
|
|
Загрузка…
Ссылка в новой задаче