On Wed, Dec 08, 2004 at 12:15:28AM -0500, Isaac Richards wrote:
I did see one problem in proglist.cpp:
-    viewList.remove(text);
-    viewTextList.remove(text);
+    viewList.remove(viewList[view]);
+    viewTextList.remove(viewList[view]);

but I've fixed that in my local tree..

No, it should be correct since the patch does this: - QString text = viewList[view]; a few lines earlier.

Further, I found a few problems (order / table / columns set via bindValue which is not valid), I've changed it (including the one instance I reported in a separate mail) and made a new patch. It's at:

http://www.hardeman.nu/~david/mythpatch/mythtv-libs-preparebindvalue3.patch

If you already have the previous patch in your local tree, the differences between the v2 and v3 patches should be easily found (bindValue(":ORDER"...bindValue(":COLUMN...bindValue(":TABLE)

Re,
David
_______________________________________________
mythtv-dev mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to