From: poy <po...@12...> - 2009-03-13 14:24:44
|
> - find a way to not delete opened file lists; right now re-opening of file > lists only works when the "delete file lists" option is not activated. any > suggestion? attached patch prevents opened file lists from being deleted upon closure, it adds their paths to a vector which is then confronted (with a nice one-liner using std::set_difference!) to the vector that contains file lists to delete. > - update the title of the file list window when a hub is connected, right > now it only shows the CID because it doesn't know the nick when the window > is initially opened. did this in the main repo, it was out of the scope of this patch. besides, i've changed it so it returns the actual order of tabs instead of the ctrl+tab ordering, so tabs re-appear just as they were before. it's now all good to me... poy |