1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Don't show the 'Show Preview' property inside the toolbar per default.

svn path=/trunk/playground/utils/dolphin/; revision=613031
This commit is contained in:
Peter Penz 2006-12-13 08:03:38 +00:00
parent 163fa7ce30
commit dd8158e707
2 changed files with 1 additions and 3 deletions

View File

@ -1267,8 +1267,7 @@ void DolphinMainWindow::setupActions()
KToggleAction* sortDescending = new KToggleAction(i18n("Descending"), actionCollection(), "descending");
connect(sortDescending, SIGNAL(triggered()), this, SLOT(toggleSortOrder()));
KToggleAction* showPreview = new KToggleAction(i18n("Preview"), actionCollection(), "show_preview");
showPreview->setIcon(KIcon("gvdirpart"));
KToggleAction* showPreview = new KToggleAction(i18n("Show Preview"), actionCollection(), "show_preview");
connect(showPreview, SIGNAL(triggered()), this, SLOT(togglePreview()));
KToggleAction* showHiddenFiles = new KToggleAction(i18n("Show Hidden Files"), actionCollection(), "show_hidden_files");

View File

@ -103,7 +103,6 @@
<Action name="icons" />
<Action name="details" />
<Separator name="separator_0" />
<Action name="show_preview" />
<Action name="split_view" />
</ToolBar>
<ActionProperties>