NewBranch.bjs
[gitlive] / NewBranch.vala
index 6fb86f4..b8fbe5a 100644 (file)
@@ -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);
+               
             });
         }