[gitg/wip/simplify-arch] Add constructor for history
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/simplify-arch] Add constructor for history
- Date: Mon, 1 Jul 2013 08:34:27 +0000 (UTC)
commit 00c3218f70dc0122ff1e7591a2ca0e61a83ab0d3
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Mon Jul 1 10:24:05 2013 +0200
Add constructor for history
gitg/history/gitg-history.vala | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gitg/history/gitg-history.vala b/gitg/history/gitg-history.vala
index 0820c5c..bf438f5 100644
--- a/gitg/history/gitg-history.vala
+++ b/gitg/history/gitg-history.vala
@@ -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"; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]