aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-11 17:59:44 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-11 17:59:44 +0000
commit542c1d2d3a26ce23b1d0668011b420db231334d2 (patch)
tree412aa9a141d5500c38f547945fbb8f4fc5553caf /src/ui
parent677943a044c8dbbc17e3936d5f13471db280bf56 (diff)
downloadqmmp-542c1d2d3a26ce23b1d0668011b420db231334d2.tar.gz
qmmp-542c1d2d3a26ce23b1d0668011b420db231334d2.tar.bz2
qmmp-542c1d2d3a26ce23b1d0668011b420db231334d2.zip
prepare for duplicates search
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1618 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/playlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/playlist.cpp b/src/ui/playlist.cpp
index 273eec5e1..32892385f 100644
--- a/src/ui/playlist.cpp
+++ b/src/ui/playlist.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2009 by Ilya Kotov *
+ * Copyright (C) 2006-2010 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -207,7 +207,7 @@ void PlayList::createActions()
connect (remUnselAct, SIGNAL (triggered()), m_pl_manager, SLOT (removeUnselected ()));
m_subMenu->addSeparator();
- m_subMenu->addAction (tr("Remove unavailable files"), m_pl_manager, SLOT(clearInvalidItems()));
+ m_subMenu->addAction (tr("Remove unavailable files"), m_pl_manager, SLOT(removeInvalidItems()));
//listwidget menu
QAction *detailsAct = new QAction (tr ("&View Track Details"),this);