[gitg/wip/simplify-arch] Use new history UI file location



commit 2b780c78b2a49c7fa4a40aefb34bf333de0ca359
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]