All pastes #1876978 Raw Edit

Stuff

public text v1 · immutable
#1876978 ·published 2010-06-04 00:45 UTC
rendered paste body
Index: 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);