From a3f90d047ebc6154be1661837d1ee1d387249c3b Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Mon, 1 Jul 2013 10:16:00 +0200 Subject: [PATCH] No need to notify availability anymore --- plugins/files/gitg-files.vala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/files/gitg-files.vala b/plugins/files/gitg-files.vala index df246287..b863f3fa 100644 --- a/plugins/files/gitg-files.vala +++ b/plugins/files/gitg-files.vala @@ -47,10 +47,6 @@ namespace GitgFiles d_model = new TreeStore(); d_interfacesettings = new Settings("org.gnome.gitg.preferences.interface"); - application.notify["current_view"].connect((a, v) => { - notify_property("available"); - }); - history.selection_changed.connect(on_selection_changed); }