Bug 627146 - Bookmark panel doesn't open in the correct direction in rtl; (Bv1) Remove the comment too.

r=enndeakin (a=comment-only).
DONTBUILD
This commit is contained in:
Serge Gautherie 2011-02-09 21:18:48 +01:00
Родитель d3231a0300
Коммит 2ec75c2f51
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -346,8 +346,6 @@ var PlacesCommandHook = {
if (aBrowser.contentWindow == window.content) {
var starIcon = aBrowser.ownerDocument.getElementById("star-button");
if (starIcon && isElementVisible(starIcon)) {
// Make sure the bookmark properties dialog hangs toward the middle of
// the location bar in RTL builds
if (aShowEditUI)
StarUI.showEditBookmarkPopup(itemId, starIcon, "bottomcenter topright");
return;