X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;h=b8fbe5abe0cf7e7c2136fdec1cb7738073e3129e;hp=6fb86f43abf00f1a721329e908cd00583f7611d9;hb=c00dfdd1de11538de34f2218b6273466f319dce7;hpb=b9e892f20fa0a15950a35d91acf3a6d2ecde51af diff --git a/NewBranch.vala b/NewBranch.vala index 6fb86f43..b8fbe5ab 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -205,7 +205,8 @@ public class NewBranch : Object //listeners this.el.switch_page.connect( (page, page_num) => { - GLib.debug("Switch to page: %d", page_num); + GLib.debug("Switch to page: %d", (int)page_num); + }); }