Changeset 866d1fe71 in mythtv
- Timestamp:
- Dec 11, 2013, 9:31:34 AM (11 years ago)
- Branches:
- fixes/0.27
- Children:
- fa5599d185
- Parents:
- f7852552a
- git-author:
- Stuart Morgan <smorgan@…> (12/11/13 09:31:34)
- git-committer:
- Stuart Morgan <smorgan@…> (12/11/13 17:28:55)
- File:
-
- 1 edited
-
mythtv/programs/mythfrontend/scheduleeditor.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mythtv/programs/mythfrontend/scheduleeditor.cpp
rf7852552a r866d1fe71 1460 1460 lookup->SetStep(kLookupSearch); 1461 1461 lookup->SetType(kMetadataRecording); 1462 if ((m_recInfo ->GetCategoryType() == ProgramInfo::kCategoryMovie) ||1462 if ((m_recInfo && m_recInfo->GetCategoryType() == ProgramInfo::kCategoryMovie) || 1463 1463 (m_seasonSpin->GetIntValue() == 0 && 1464 1464 m_episodeSpin->GetIntValue() == 0)) … … 1660 1660 lookup->SetAutomatic(true); 1661 1661 lookup->SetHandleImages(false); 1662 if ((m_recInfo ->GetCategoryType() == ProgramInfo::kCategoryMovie) ||1662 if ((m_recInfo && m_recInfo->GetCategoryType() == ProgramInfo::kCategoryMovie) || 1663 1663 (m_seasonSpin->GetIntValue() == 0 && 1664 1664 m_episodeSpin->GetIntValue() == 0))
Note: See TracChangeset
for help on using the changeset viewer.
