Notify repository change

This commit is contained in:
Jesse van den Kieboom 2012-10-28 18:25:15 +01:00
parent 10cd83fbbb
commit 691e176364

View file

@ -226,6 +226,7 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable, Gtk.
try
{
d_repository = new Gitg.Repository(repo, null);
notify_property("repository");
}
catch {}