Notify wantAllDetails=true observers on item renumbering, and make the observer API for item/folder moves a little nicer. Bug 314553, r=brettw.

Original committer: bryner%brianryner.com
Original revision: 1.13
Original date: 2005/11/22 00:44:14
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 15:24:06 +00:00
Родитель 6732c3085e
Коммит 8416f4f56a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -392,7 +392,7 @@ public:
void SaveExpandItem(const nsAString& aTitle);
void SaveCollapseItem(const nsAString& aTitle);
// get the statement for selecting a history row by id
// get the statement for selecting a history row by URL
mozIStorageStatement* DBGetURLPageInfo() { return mDBGetURLPageInfo; }
// Constants for the columns returned by the above statement.