Advertisement
Guest User

Untitled

a guest
Feb 15th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/mythtv/libs/libmyth/programinfo.cpp b/mythtv/libs/libmyth/programinfo.cpp
  2. index e0d6673..10711a0 100644
  3. --- a/mythtv/libs/libmyth/programinfo.cpp
  4. +++ b/mythtv/libs/libmyth/programinfo.cpp
  5. @@ -2735,7 +2735,10 @@ bool ProgramInfo::QueryIsDeleteCandidate(bool one_playback_allowed) const
  6. if (!IsRecording())
  7. return false;
  8.  
  9. + if (GetRecordingGroup() != "Deleted")
  10. + return true;
  11. +
  12. bool ok = true;
  13. QStringList byWho;
  14. if (QueryIsInUse(byWho) && !byWho.isEmpty())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement