[mythtv-commits] mythtv commits

mythtv@ijr.dnsalias.org mythtv@ijr.dnsalias.org
Mon, 16 Sep 2002 02:05:02 -0400


----------------------------------------------------------------------------
Changes committed by ijr on Mon Sep 16 02:02:18 2002

Modified Files:
   in MC/libNuppelVideo:
        osd.cpp osd.h 
   in MC/mythepg:
        guidegrid.h 
Log Message:
Fix a source of a possible segfault on changing channels (basically, the osd's 
channel logo image could be deleted out from under the osd class).  May be the
segfault a few other people have reported, dunno.
Change to use a straight vector<> for the channel info in the guidegrid.  The
QValueVector<> was causing compiler errors in g++ 2.95.4 if completely unrelated
things changed in the guidegrid class.

----------------------------------------------------------------------------