┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-08-25 10:42:10 +0000
committerPeter Penz <[email protected]>2007-08-25 10:42:10 +0000
commit33ddc0e7913dfa5f90cbd0b231d766f39cd48b4b (patch)
tree235c22b2dec7d565f15785cc0045d5d487580e85 /src/infosidebarpage.cpp
parent6a0a614448e6dbc003386492146b68f69fc6caa7 (diff)
don't use the term "Bookmarks" anymore, use "Places" instead (includes devices etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=704553
Diffstat (limited to 'src/infosidebarpage.cpp')
-rw-r--r--src/infosidebarpage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index b1dee423f..ae692fc42 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -186,7 +186,7 @@ void InfoSidebarPage::showItemInfo()
K3Icon::SizeEnormous);
m_preview->setPixmap(icon);
m_nameLabel->setText(i18ncp("@info", "%1 item selected", "%1 items selected", selectedItems.count()));
- } else if (!applyBookmark(file)) {
+ } else if (!applyPlace(file)) {
// try to get a preview pixmap from the item...
KUrl::List list;
list.append(file);
@@ -226,7 +226,7 @@ void InfoSidebarPage::slotTimeout()
void InfoSidebarPage::showIcon(const KFileItem& item)
{
m_pendingPreview = false;
- if (!applyBookmark(item.url())) {
+ if (!applyPlace(item.url())) {
m_preview->setPixmap(item.pixmap(K3Icon::SizeEnormous));
}
}
@@ -241,7 +241,7 @@ void InfoSidebarPage::showPreview(const KFileItem& item,
}
}
-bool InfoSidebarPage::applyBookmark(const KUrl& url)
+bool InfoSidebarPage::applyPlace(const KUrl& url)
{
KFilePlacesModel* placesModel = DolphinSettings::instance().placesModel();
int count = placesModel->rowCount();