[gitg/wip/simplify-arch] Locate interface methods together
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/simplify-arch] Locate interface methods together
- Date: Mon, 1 Jul 2013 08:15:54 +0000 (UTC)
commit e7247a54482e88e2a9c82c462a04616f56b63d9b
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]