Bug 598898 - Fix Sync notifications after add-on bar replaced the status bar. r=gavin a=blocking-beta7

This commit is contained in:
Philipp von Weitershausen 2010-09-23 18:09:55 +02:00
parent 7e30546a29
commit db3096c4b6

View File

@ -96,8 +96,7 @@ let gSyncUI = {
notificationbox.setAttribute("flex", "1");
let bottombox = document.getElementById("browser-bottombox");
let statusbar = document.getElementById("status-bar");
bottombox.insertBefore(notificationbox, statusbar);
bottombox.insertBefore(notificationbox, bottombox.firstChild);
// Force a style flush to ensure that our binding is attached.
notificationbox.clientTop;