[gitg] Notify repository change



commit 691e176364df8a6b0c74fd243608feaa04654a5f
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Sun Oct 28 18:25:15 2012 +0100

    Notify repository change

 gitg/gitg-window.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-window.vala b/gitg/gitg-window.vala
index 546e21f..856c885 100644
--- a/gitg/gitg-window.vala
+++ b/gitg/gitg-window.vala
@@ -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 {}
 



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