diff -ru tabmixplus_jar_org/content/tabmixplus/links/userInterface.js tabmixplus_jar/content/tabmixplus/links/userInterface.js --- tabmixplus_jar_org/content/tabmixplus/links/userInterface.js 2006-02-10 21:42:52.000000000 +0100 +++ tabmixplus_jar/content/tabmixplus/links/userInterface.js 2006-06-30 01:14:16.000000000 +0200 @@ -146,7 +146,7 @@ * @return Nothing. * */ -function TMP_SearchLoadURL(URI, theSecondArg) +function TMP_SearchLoadURL(URI, theSecondArg, postData) { var theTabPref = TMP_getBoolPref(tabxBranch, "opentabfor.search", false) var theBGPref = TMP_getBoolPref(tabxBranch, "loadSearchInBackground", false) @@ -157,7 +157,7 @@ theTabPref = theSecondArg; */ - __TMP_LoadBarURL(URI, theSecondArg, theTabPref, theBGPref, null); + __TMP_LoadBarURL(URI, theSecondArg, theTabPref, theBGPref, postData); return; }