(apologies: this may be a duplicate mail. The contents are the same)

Patch attached (good bug report)

The patch stops the crash, and leaves the theme configuration in control
of whether a text area is allowed or not.


Index: splashy-0.3.13_patched/src/splashy_video.c
===================================================================
--- splashy-0.3.13_patched.orig/src/splashy_video.c	2009-01-08 22:01:59.000000000 +1100
+++ splashy-0.3.13_patched/src/splashy_video.c	2009-01-08 22:04:35.000000000 +1100
@@ -145,7 +145,7 @@
          * as F2 is pressed. Let's give'm a show for their
          * money!
          */
-        if (visible)
+        if (visible && video.textbox)  /* close #473230 thanks John Hughes */
         {
                 video.textbox->offscreen->Blit (video.textbox->surface,
                                                 video.textbox->offscreen,

Reply via email to