[gitg] history: we need to pass the application to the history ext point
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] history: we need to pass the application to the history ext point
- Date: Fri, 12 Jul 2013 14:00:27 +0000 (UTC)
commit 716e6e31c6e2cb4570a065bef439505b587a2a12
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Jul 12 09:47:48 2013 +0200
history: we need to pass the application to the history ext point
gitg/history/gitg-history.vala | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gitg/history/gitg-history.vala b/gitg/history/gitg-history.vala
index a0a5e93..57bf6b8 100644
--- a/gitg/history/gitg-history.vala
+++ b/gitg/history/gitg-history.vala
@@ -237,7 +237,9 @@ namespace GitgHistory
var extset = new Peas.ExtensionSet(engine,
typeof(GitgExt.HistoryPanel),
"history",
- this);
+ this,
+ "application",
+ application);
d_panels = new Gitg.UIElements<GitgExt.HistoryPanel>(extset,
d_main.stack_panel);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]