No need to notify availability anymore

This commit is contained in:
Jesse van den Kieboom 2013-07-01 10:16:00 +02:00
parent f4689c95d7
commit a3f90d047e

View file

@ -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);
}