main: add back layoutManager.init() call that was accidentally removed

Fixes the chrome to update when entering/leaving the overview again

https://bugzilla.gnome.org/show_bug.cgi?id=657986
This commit is contained in:
Dan Winship 2011-09-01 13:35:15 -04:00
parent 28bb0c1fb2
commit a199c1290b

View File

@ -220,6 +220,7 @@ function start() {
panel.startStatusArea();
layoutManager.init();
keyboard.init();
overview.init();