[mythtv-commits] mythtv commit: r13277 by stuartm
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Apr 18 19:34:26 UTC 2007
Author: stuartm
Date: 2007-04-18 19:34:25 +0000 (Wed, 18 Apr 2007)
New Revision: 13277
Changeset: http://cvs.mythtv.org/trac/changeset/13277
Modified:
trunk/mythplugins/mythgallery/mythgallery/gallerysettings.cpp
Log:
Fixes #3107
Fixes a segfault in mythgallery when compiled with openGL disabled.
The solution is a bit of a hack - I had three options available:
1) Fix the shortcomings of TriggeredConfigurationGroup
2) Switch to using a standard configuration group if openGL wasn't enabled
3) Create a triggered config group with only one target and no trigger
I went with #3 as it was the simplest solution to this particular problem.
I also fixed another bug spotted by stuarta where the first time the gallery settings where accessed, the opengl options would be displayed even though SlideshowUseOpenGL was false.
More information about the mythtv-commits
mailing list