[mythtv-commits] Ticket #3885: mytharchive: can not deselect selected files
MythTV
mythtv at cvs.mythtv.org
Sun Aug 26 16:33:13 UTC 2007
#3885: mytharchive: can not deselect selected files
----------------------------------------------+-----------------------------
Reporter: Russell Mora <rd.mora at gmail.com> | Owner: paulh
Type: defect | Status: new
Priority: trivial | Milestone: unknown
Component: mytharchive | Version: head
Severity: low | Resolution:
Mlocked: 0 |
----------------------------------------------+-----------------------------
Comment(by Russell Mora <rd.mora at gmail.com>):
Oh, the same goes for the file selector:
{{{
Index: mytharchive/mytharchive/fileselector.cpp
===================================================================
--- mytharchive/mytharchive/fileselector.cpp (revision 13815)
+++ mytharchive/mytharchive/fileselector.cpp (working copy)
@@ -247,13 +247,6 @@
{
if (m_selectorType == FSTYPE_FILELIST)
{
- if (m_selectedList.count() == 0)
- {
- MythPopupBox::showOkPopup(gContext->GetMainWindow(), tr("Myth
Archive"),
- tr("You need to select at least one
file!"));
- return;
- }
-
// loop though selected files and add them to the archiveitems
table
QString s;
QStringList::iterator it;
}}}
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/3885#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV
More information about the mythtv-commits
mailing list