From 625a3284bbee9e36bf332c585e2b970cd1a992d1 Mon Sep 17 00:00:00 2001 From: "sspitzer%mozilla.org" Date: Wed, 11 Jul 2007 19:59:14 +0000 Subject: [PATCH] fix for bug #331307: Bookmarks toolbar chevron is left-aligned instead of right-aligned patch=Steve Won r=mano --- browser/components/places/content/toolbar.xml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/browser/components/places/content/toolbar.xml b/browser/components/places/content/toolbar.xml index df59f906b19..2ca247394fb 100755 --- a/browser/components/places/content/toolbar.xml +++ b/browser/components/places/content/toolbar.xml @@ -64,26 +64,26 @@ - - - - - + + + + + @@ -1082,7 +1082,7 @@ if (event.target.localName == "toolbarbutton" || event.target.localName == "toolbarseparator") this._selection = event.target.node; - else + else this._selection = this.getResult().root; ]]>