From: Alan Knowles Date: Wed, 19 Dec 2018 04:41:12 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=540b840de8a738d2310d64cf5d2363334cce3a9a GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index 7c3b2408..7311e9f4 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -897,11 +897,14 @@ public class GitRepo : Object return; } + + switch (update_all_after) { case "show_clones": Clones.singleton().show(); break; default: + GLib.debug("Unkown call after load = %s", update_after_all); break; } return;