From 30db94b3dbecf56037da8539f1f51a9f944c6218 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 19 Jan 2009 18:42:33 +0100 Subject: [PATCH] Fixed zoom level messages (not opening MOW anymore on subsequent zi's) --- common/content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/buffer.js b/common/content/buffer.js index 93e8dabb..5c984553 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -68,7 +68,7 @@ function Buffer() //{{{ ZoomManager.zoom = value / 100; if ("FullZoom" in window) FullZoom._applySettingToPref(); - liberator.echo((fullZoom ? "Full" : "Text") + " zoom: " + value + "%"); + liberator.echomsg((fullZoom ? "Full" : "Text") + " zoom: " + value + "%"); } function bumpZoomLevel(steps, fullZoom)