[gitg/wip/simplify-arch] No need to monitor repository for availability



commit 39807876bd44612b96d67354b712598a18884c8a
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Mon Jul 1 09:59:18 2013 +0200

    No need to monitor repository for availability

 gitg/history/gitg-history.vala |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gitg/history/gitg-history.vala b/gitg/history/gitg-history.vala
index e77d689..8091d84 100644
--- a/gitg/history/gitg-history.vala
+++ b/gitg/history/gitg-history.vala
@@ -99,10 +99,6 @@ namespace GitgHistory
 
                        application.bind_property("repository", this,
                                                  "repository", BindingFlags.DEFAULT);
-
-                       application.notify["repository"].connect((a, r) => {
-                               notify_property("available");
-                       });
                }
 
                private void update_sort_mode()


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