mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-31 04:58:58 +00:00
Add constructor for history
This commit is contained in:
parent
e60619c819
commit
6761464562
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ namespace GitgHistory
|
|||
|
||||
private Gitg.UIElements<GitgExt.HistoryPanel> d_panels;
|
||||
|
||||
public View(GitgExt.Application application)
|
||||
{
|
||||
Object(application: application);
|
||||
}
|
||||
|
||||
public string id
|
||||
{
|
||||
owned get { return "/org/gnome/gitg/Views/History"; }
|
||||
|
|
Loading…
Reference in a new issue