diff -ru adium-theme-ubuntu-0.1.a/ubuntu.AdiumMessageStyle/Contents/Resources/Template.html adium-theme-ubuntu-0.1.z/ubuntu.AdiumMessageStyle/Contents/Resources/Template.html --- adium-theme-ubuntu-0.1.a/ubuntu.AdiumMessageStyle/Contents/Resources/Template.html 2010-04-02 10:40:08.171355081 +0200 +++ adium-theme-ubuntu-0.1.z/ubuntu.AdiumMessageStyle/Contents/Resources/Template.html 2010-04-02 14:03:42.921360112 +0200 @@ -51,7 +51,7 @@ var frag = document.querySelectorAll(".chatItem")[document.querySelectorAll(".chatItem").length-1]; fadeIn(frag); - alignChat(true); + alignChat(shouldScroll); } function fadeIn(myNode) { @@ -80,7 +80,7 @@ insert.parentNode.replaceChild(newNode,insert); var els = pointer.getElementsByTagName("div"); - alignChat(true); + alignChat(shouldScroll); } @@ -141,7 +141,7 @@ } function windowDidResize() { - alignChat(true); //nearBottom buggy with inavtive tabs + alignChat(false); //nearBottom buggy with inactive tabs } window.onresize = windowDidResize; @@ -159,4 +159,4 @@
- \ No newline at end of file +