]> granicus.if.org Git - transmission/commit
(trunk) replace the tr_metainfo_builder.isSingleFile and tr_info.isMultifile fields...
authorJordan Lee <jordan@transmissionbt.com>
Sun, 8 Jun 2014 22:16:01 +0000 (22:16 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sun, 8 Jun 2014 22:16:01 +0000 (22:16 +0000)
commite40a7d5359092379abff8ff7c8a77111748ce764
tree4dfe596b053b1c4fbffeae7a2ce7e6bf7c74de4a
parentdb8a589ec4cbaf709760f593da32ee89859e601a
(trunk) replace the tr_metainfo_builder.isSingleFile and tr_info.isMultifile fields an 'isFolder' bool in both structs.

This makes the variable naming more uniform. It also clarifies the information we're really trying to convey -- previously, isSingleFile was false whenever the torrent held a directory tree, even if there was only a single file in the tree.

Sync the Mac OS X client's use to match the libtransmission variable names.
libtransmission/makemeta.c
libtransmission/makemeta.h
libtransmission/transmission.h
macosx/Controller.m
macosx/CreatorWindowController.m
macosx/DragOverlayWindow.m
macosx/QuickLookPlugin/GeneratePreviewForURL.m
macosx/Torrent.m