Bug 415160 - saved searches should be selected after being created. r=dietrich, a=beltzner.

git-svn-id: svn://10.0.0.236/trunk@244638 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2008-02-01 00:19:43 +00:00
parent 9613c9d313
commit b014fa6239

View File

@@ -674,6 +674,9 @@ var PlacesOrganizer = {
PlacesUtils.bookmarks.DEFAULT_INDEX,
input.value);
PlacesUtils.ptm.doTransaction(txn);
// select and load the new query
this._places.selectPlaceURI(placeSpec);
}
};