--- /dev/null
+Index: ffalarms.vala
+===================================================================
+--- ffalarms.vala (revision 67)
++++ ffalarms.vala (working copy)
+@@ -1407,7 +1407,6 @@
+ bx.pack_end(bt);
+ bx.pack_end(frame("pad_small"));
+ w.inwin_content_set(bx);
+- w.inwin_style_set("minimal_vertical");
+ bt.show();
+ w.inwin_activate();
+ }
+@@ -1476,7 +1475,7 @@
+ this.parent = parent;
+ }
+
+- public unowned Button add(string label, Evas.SmartCallback cb)
++ public unowned Button add(string label, Evas.Callback cb)
+ {
+ unowned Button b;
+
+@@ -1505,7 +1504,7 @@
+ hover.content_set("top", box);
+ }
+
+- public new unowned Button add(string label, Evas.SmartCallback cb)
++ public new unowned Button add(string label, Evas.Callback cb)
+ {
+ unowned Button b = base.add(label, cb);
+ b.smart_callback_add("clicked", hover.hide);
DEPENDS = "elementary libeflvala libical"
PV = "0.3.1+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
# needed because there is do_stage_append in vala.bbclass and do_stage() was removed..
do_stage() {
inherit vala
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot/ffalarms;module=trunk;proto=https"
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/ffalarms;module=trunk;proto=https \
+ file://libeflvala.a18c70a312d98cc90e0e7978f845601e82460b39.patch;patch=1"
S = "${WORKDIR}/trunk"