From 0ed972459b8509a4b1d71cf0d41a0360b0989221 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 12 Nov 2015 13:11:57 +0900 Subject: [PATCH] Update library --- .../res/bookmarkMultipleTabs_bookmarkPropertiesOverlay.xul | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/treestyletab/res/bookmarkMultipleTabs_bookmarkPropertiesOverlay.xul b/content/treestyletab/res/bookmarkMultipleTabs_bookmarkPropertiesOverlay.xul index 87207965..2ecb846c 100644 --- a/content/treestyletab/res/bookmarkMultipleTabs_bookmarkPropertiesOverlay.xul +++ b/content/treestyletab/res/bookmarkMultipleTabs_bookmarkPropertiesOverlay.xul @@ -25,13 +25,13 @@ (function() { if (!('BookmarkPropertiesPanel' in window) || !BookmarkPropertiesPanel._determineItemInfo || - BookmarkPropertiesPanel.__treestyletab__determineItemInfo) + BookmarkPropertiesPanel.__bookmarkMultipleTabs__determineItemInfo) return; // Defined at http://mxr.mozilla.org/mozilla-central/source/browser/components/places/content/bookmarkProperties.js#73 const ACTION_ADD = 1; - BookmarkPropertiesPanel.__treestyletab__determineItemInfo = BookmarkPropertiesPanel._determineItemInfo; + BookmarkPropertiesPanel.__bookmarkMultipleTabs__determineItemInfo = BookmarkPropertiesPanel._determineItemInfo; BookmarkPropertiesPanel._determineItemInfo = function(...aArgs) { var folderNameOverride = null; try { @@ -42,7 +42,7 @@ } catch(e) { } - var retVal = this.__treestyletab__determineItemInfo.apply(this, aArgs); + var retVal = this.__bookmarkMultipleTabs__determineItemInfo.apply(this, aArgs); if (folderNameOverride && this._action == ACTION_ADD) { let dialogInfo = window.arguments[0];