No need to monitor repository for availability

This commit is contained in:
Jesse van den Kieboom 2013-07-01 09:59:18 +02:00
parent e3cc7520c2
commit 78ca62fdb0

View file

@ -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()