Do not activate default view twice

This commit is contained in:
Jesse van den Kieboom 2013-03-01 23:58:36 +01:00
parent a5890575f4
commit e707a581cc

View file

@ -331,7 +331,6 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable, Gtk.
"position",
SettingsBindFlags.GET | SettingsBindFlags.SET);
activate_default_view();
return true;
}