From b8c2f5377772c618b2b032bcd67cd32045c97fc9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 17 Mar 2009 20:47:03 +0000 Subject: After creating an item with the "Create New..." menu, the new item should get selected and it must be assured that the item stays visible. Thanks a lot to Rahman Duran for the original patch and the good discussions :-) Open issues: - F10 shortcut does not work yet (interface extension might be done in KNewMenu) - Does not work in column view yet, but this is a colum view specific issue. CCMAIL: rahman.duran@gmail.com CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=940624 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f2d9032fa..ed8fbe562 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,6 +24,7 @@ set(dolphinprivate_LIB_SRCS dolphindirlister.cpp dolphinfileitemdelegate.cpp dolphinmodel.cpp + dolphinnewmenuobserver.cpp dolphinsortfilterproxymodel.cpp dolphincategorydrawer.cpp dolphinview.cpp -- cgit v1.3