save collapsed groups between launches

This commit is contained in:
Mitchell Livingston
2008-02-07 21:26:04 +00:00
parent 4d472ae9f7
commit a06c1ace83
3 changed files with 12 additions and 1 deletions

View File

@@ -580,6 +580,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
//save history
[self updateTorrentHistory];
[fTableView saveCollapsedGroups];
//remaining calls the same as dealloc
[fInfoController release];