[mythtv-commits] mythtv commit: r17088 by paulh
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Sun Apr 20 08:27:46 UTC 2008
Author: paulh
Date: 2008-04-20 08:27:45 +0000 (Sun, 20 Apr 2008)
New Revision: 17088
Changeset: http://cvs.mythtv.org/trac/changeset/17088
Modified:
trunk/mythplugins/mythgallery/mythgallery/iconview.cpp
Log:
Prevent an assert in QT when using a debug build caused by trying to get
the first item in a QList when there isn't one.
Also fix iterating though the MythListButtonItems to delete the MenuActions.
The problem is actually in MythListButton::GetItemNext() but this should be
more efficient anyway.
More information about the mythtv-commits
mailing list