From 8a64e78d9e4e4b411c650ebf85dbfb1c96c2380b Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 5 Aug 2008 00:16:30 +0000 Subject: [PATCH] hopefully (=not tested) fixed regression with search engines --- content/bookmarks.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/bookmarks.js b/content/bookmarks.js index 86702507..b74f17f7 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -393,6 +393,10 @@ liberator.Bookmarks = function () //{{{ var aPostDataRef = {}; var searchString = (useDefsearch? liberator.options["defsearch"] + " " : "") + text; + // we need to make sure our custom alias have been set, even if the user + // did not :open once before + this.getSearchEngines(); + url = getShortcutOrURI(searchString, aPostDataRef); if (url == searchString) url = null;