[Kwintv] kdenonbeta/kwintv3/qtvision/plugins/misc/simon

George Staikos staikos at kde.org
Mon Apr 28 05:40:01 CEST 2003


CVS commit by staikos: 

does this fix it?
It's a bug in the library anyways.  Rather annoying if you ask me.

CCMAIL: mackandall at hotmail.com, kwintv at mail.kde.org


  M +1 -1      simon.cpp   1.18


--- kdenonbeta/kwintv3/qtvision/plugins/misc/simon/simon.cpp  #1.17:1.18
@@ -162,5 +162,5 @@ void CCThread::captionEvent(vbi_event *e
                 //kdDebug() << e->ev.prog_info->title << endl;
                 QApplication::postEvent(_owner,
-                        new CCEvent(CCEvent::NewTitle, QString(e->ev.prog_info->title)));
+                        new CCEvent(CCEvent::NewTitle, QString(static_cast<char *>(e->ev.prog_info->title))));
                 for (int i = 0; i < 7; i++)
                         if (e->ev.prog_info->description[i][0] != 0)




More information about the kwintv mailing list