diff --git a/gitg/history/gitg-history.vala b/gitg/history/gitg-history.vala index 0820c5c4..bf438f55 100644 --- a/gitg/history/gitg-history.vala +++ b/gitg/history/gitg-history.vala @@ -43,6 +43,11 @@ namespace GitgHistory private Gitg.UIElements d_panels; + public View(GitgExt.Application application) + { + Object(application: application); + } + public string id { owned get { return "/org/gnome/gitg/Views/History"; }