┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-11-24 22:28:49 +0000
committerPeter Penz <[email protected]>2006-11-24 22:28:49 +0000
commitf271d952ec990817420ac618e0161ef8db36d8bf (patch)
treec19994c9bfbd04dc29b273090384d1431995c4c0 /src/dolphin.cpp
parent0e3d1576d5d369ce49985eb75df39693336fc354 (diff)
Assure that the grid size for Icons View, Details View and Previews View has some proper default values.
svn path=/trunk/playground/utils/dolphin/; revision=607518
Diffstat (limited to 'src/dolphin.cpp')
-rw-r--r--src/dolphin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.cpp b/src/dolphin.cpp
index 8d2f59482..ac1f067a4 100644
--- a/src/dolphin.cpp
+++ b/src/dolphin.cpp
@@ -1272,7 +1272,7 @@ void Dolphin::setupActions()
KToggleAction* detailsView = new KToggleAction(i18n("Details"), actionCollection(), "details");
detailsView->setShortcut(Qt::CTRL | Qt::Key_2);
detailsView->setIcon(KIcon("view_text"));
- connect(detailsView, SIGNAL(triggered()), this, SLOT(setIconsView()));
+ connect(detailsView, SIGNAL(triggered()), this, SLOT(setDetailsView()));
KToggleAction* previewsView = new KToggleAction(i18n("Previews"), actionCollection(), "previews");
previewsView->setShortcut(Qt::CTRL | Qt::Key_3);