Blob Blame History Raw
--- me-tv-1.0.0/src/me-tv.ui
+++ me-tv-1.0.0/src/me-tv.ui

--- easystroke-0.5.2/main-orig.cc	2010-01-02 17:37:03.000000000 +0100
+++ easystroke-0.5.2/main.cc		2010-01-14 11:27:08.760455955 +0100
@@ -491,7 +491,7 @@
 		}
 public:
 	static Handler *create(RStroke s, RTriple e, guint b1, guint b2, RPreStroke replay) {
-		if (stroke_action)
+		if (stroke_action && s)
 			return new AdvancedStrokeActionHandler(s, e);
 		else
 			return new AdvancedHandler(s, e, b1, b2, replay);