grim/guifications2

dadcd1299c10
Parents 5fc4b8f33584
Children 2c0f277cd6fc
hopefully this fixes the crash john hit...
--- a/src/gf_display.c Mon Aug 24 01:38:17 2009 -0500
+++ b/src/gf_display.c Mon Aug 24 17:17:47 2009 -0500
@@ -1023,6 +1023,13 @@
display = GF_DISPLAY(l->data);
ll = l->next;
+ if(!display)
+ continue;
+
+ if(!display->info)
+ continue;
+
+ event2 = gf_display_get_event(display);
priority2 = gf_event_get_priority(event2);
if(gf_display_condense_check_buddy(info, display->info))