From c23b5eeef7bae4741e998236fdff8c123e7d0685 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Thu, 2 Jul 2009 14:43:35 +0200 Subject: [PATCH] Debug + remove goffice from README --- README | 1 - src/speed-plot.vala | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d99828e..6bbb1c7 100644 --- a/README +++ b/README @@ -1,6 +1,5 @@ Dependencies: * libcamplain-gtk (0.3?) -* libgoffice * vala 0.7.* * gtk+-2.0 diff --git a/src/speed-plot.vala b/src/speed-plot.vala index f7285a7..a954e1e 100644 --- a/src/speed-plot.vala +++ b/src/speed-plot.vala @@ -39,6 +39,7 @@ namespace Gpx } override bool expose_event(Gdk.EventExpose event) { + stdout.printf("Expose event\n"); var ctx = Gdk.cairo_create(this.window); /* If no valid surface, render it */ if(surf == null) -- 2.11.4.GIT