Stuff
public text v1 · immutableIndex: programs/mythfrontend/proglist.cpp
===================================================================
--- programs/mythfrontend/proglist.cpp (revision 24953)
+++ programs/mythfrontend/proglist.cpp (working copy)
@@ -1539,7 +1539,7 @@
{
MythUIButtonListItem *item =
new MythUIButtonListItem(
- m_progList, "", qVariantFromValue(*it));
+ m_progList, "", qVariantFromValue(new ProgramInfo(**it)));
InfoMap infoMap;
(**it).ToMap(infoMap);