]> cloud.milkyroute.net Git - dolphin.git/commit
forwardport 764429:
authorDavid Faure <faure@kde.org>
Mon, 21 Jan 2008 19:31:07 +0000 (19:31 +0000)
committerDavid Faure <faure@kde.org>
Mon, 21 Jan 2008 19:31:07 +0000 (19:31 +0000)
commite3da86af95dd620f62c1acc245b7bf98769a94fd
treec951926f54ed3b00e050f31ad7da5b7059deeea8
parent20641620c8cf9187e44b4aea347cbc8d8c96fc25
forwardport 764429:
Revert the moving of the action to the DolphinView instance, this doesn't work with splitted views.
(Each view would need its own action collection, but then DolphinView would have to become
a KXMLGUIClient, and the GUI would flicker when switching views).

Instead, use the same solution as the other shared actions: static method in DolphinView (for now),
slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView)

svn path=/trunk/KDE/kdebase/apps/; revision=764436
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinpart.cpp
src/dolphinpart.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewcontainer.cpp