From 28d788c649d9006aad507ad878a8390e557bcbd4 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 9 Aug 2006 00:11:00 +0000 Subject: [PATCH] save history --- macosx/Controller.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/Controller.m b/macosx/Controller.m index 1722f2145..b6842658b 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -507,6 +507,8 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy if ([files count] == 0) //recursive base case { [files release]; + + [self updateTorrentHistory]; return; }