┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2008-09-23 02:31:30 +0000
committerRafael Fernández López <[email protected]>2008-09-23 02:31:30 +0000
commit43cd05dc3715feeefcefafdeb4d6a8dad26d633c (patch)
treef232fed4039c66bb3f60a8dc2be0a7659c50ca5d /src/dolphinview.cpp
parentb5432d60372e2dad6d31cd4e6d28e4da5d47a7e4 (diff)
We have our own tooltip implementation in Dolphin. We don't want to use this KFileItemDelegate capability
svn path=/trunk/KDE/kdebase/apps/; revision=863740
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 42136f445..b5ea609f0 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -1165,6 +1165,7 @@ void DolphinView::createView()
m_controller->setItemView(view);
m_fileItemDelegate = new KFileItemDelegate(view);
+ m_fileItemDelegate->setShowToolTipWhenElided(false);
view->setItemDelegate(m_fileItemDelegate);
view->setModel(m_proxyModel);