Add constructor for history

This commit is contained in:
Jesse van den Kieboom 2013-07-01 10:24:05 +02:00
parent e60619c819
commit 6761464562

View file

@ -43,6 +43,11 @@ namespace GitgHistory
private Gitg.UIElements<GitgExt.HistoryPanel> d_panels; private Gitg.UIElements<GitgExt.HistoryPanel> d_panels;
public View(GitgExt.Application application)
{
Object(application: application);
}
public string id public string id
{ {
owned get { return "/org/gnome/gitg/Views/History"; } owned get { return "/org/gnome/gitg/Views/History"; }