[gitg] Locate interface methods together



commit e3cc7520c26dba2b249f6f29d9cee2b1c1fe558d
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Mon Jul 1 09:58:47 2013 +0200

    Locate interface methods together

 gitg/history/gitg-history.vala |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gitg/history/gitg-history.vala b/gitg/history/gitg-history.vala
index 7663ef8..e77d689 100644
--- a/gitg/history/gitg-history.vala
+++ b/gitg/history/gitg-history.vala
@@ -183,6 +183,16 @@ namespace GitgHistory
                        return (action == "" || action == "history");
                }
 
+               public bool enabled
+               {
+                       get { return true; }
+               }
+
+               public int negotiate_order(GitgExt.UIElement other)
+               {
+                       return -1;
+               }
+
                private void on_ref_activated(Navigation n, Gitg.Ref? r)
                {
                        update_walker(n, r);
@@ -311,16 +321,6 @@ namespace GitgHistory
 
                        d_commit_list_model.reload();
                }
-
-               public bool enabled
-               {
-                       get { return true; }
-               }
-
-               public int negotiate_order(GitgExt.UIElement other)
-               {
-                       return -1;
-               }
        }
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]