Fix the properties dialog closing with the popup view.

BUG: 193499

svn path=/trunk/KDE/kdebase/apps/; revision=976908
This commit is contained in:
Fredrik Höglund 2009-06-02 23:35:53 +00:00
parent e6c9d7e982
commit 7ba6c59c4a

View file

@ -311,7 +311,8 @@ void PopupView::contextMenuRequest(QWidget *widget, const QPoint &screenPos)
// m_newMenu can be NULL here but KonqPopupMenu does handle this.
KonqPopupMenu *contextMenu = new KonqPopupMenu(items, m_url, m_actionCollection, m_newMenu,
KonqPopupMenu::ShowNewWindow, flags, widget,
KonqPopupMenu::ShowNewWindow, flags,
QApplication::desktop(),
KBookmarkManager::userBookmarksManager(),
actionGroups);