diff options
| author | Peter Penz <[email protected]> | 2007-08-16 05:22:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-08-16 05:22:39 +0000 |
| commit | 91a6cb80fdf03471fc975a031707bdeebf692483 (patch) | |
| tree | 7c45b1c1f3159237e35f54540786b64a00441009 | |
| parent | 83039c1c67263f4c7b393970b1332974340a11ad (diff) | |
Readded correct Q_ASSERT(m_fileInfo.isNull()) (the previous Q_ASSERT(!m_fileInfo.isNull()) accidentally has been added due to the 'use KFileItem by value instead of pointer' change...)
svn path=/trunk/KDE/kdebase/apps/; revision=700651
| -rw-r--r-- | src/dolphincontextmenu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index 1123f582e..8bd67111b 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -208,6 +208,7 @@ void DolphinContextMenu::openItemContextMenu() void DolphinContextMenu::openViewportContextMenu() { + Q_ASSERT(m_fileInfo.isNull()); KMenu* popup = new KMenu(m_mainWindow); // setup 'Create New' menu |
