[gitg] Use new history UI file location
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Use new history UI file location
- Date: Tue, 2 Jul 2013 13:29:34 +0000 (UTC)
commit 5e55442a038afcf0cf796a2e0316dea15b87c430
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Mon Jul 1 09:57:15 2013 +0200
Use new history UI file location
gitg/history/gitg-history.vala | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/gitg/history/gitg-history.vala b/gitg/history/gitg-history.vala
index 0639260..a3fb62b 100644
--- a/gitg/history/gitg-history.vala
+++ b/gitg/history/gitg-history.vala
@@ -46,11 +46,6 @@ namespace GitgHistory
owned get { return "/org/gnome/gitg/Views/History"; }
}
- public Gtk.Stack? stack_panel
- {
- get { return d_stack_panel; }
- }
-
[Notify]
public Gitg.Repository repository
{
@@ -214,7 +209,7 @@ namespace GitgHistory
private void build_ui()
{
- var ret = GitgExt.UI.from_builder("history/view-history.ui",
+ var ret = GitgExt.UI.from_builder("ui/gitg-view-history.ui",
"paned_views",
"paned_panels",
"stack_panel",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]