diff --git a/chrome/chromeFiles/content/scholar/xpcom/search.js b/chrome/chromeFiles/content/scholar/xpcom/search.js index ce7c95b7ed..45336fc8b9 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/search.js +++ b/chrome/chromeFiles/content/scholar/xpcom/search.js @@ -69,6 +69,11 @@ Scholar.Search.prototype.getID = function(){ } +Scholar.Search.prototype.getName = function(){ + return this._savedSearchName; +} + + /* * Save the search to the DB and return a savedSearchID *