• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ


Commit MetaInfo

Revisão6d9d410308bb32f4391790cbdc78a7cb0ecb2097 (tree)
Hora2011-03-01 21:23:36
Autormasakih <masakih@user...>
Commitermasakih

Mensagem de Log

[Mod] 今後の事を考えてcontentではなくarrangedObjectsを渡すようにした。

Mudança Sumário

Diff

--- a/BEMainWindowController.m
+++ b/BEMainWindowController.m
@@ -102,7 +102,7 @@
102102 if(res == NSCancelButton) return;
103103
104104 BEBooksExporter *exporter = [BEBooksExporter exporterWithType:accessoryController.type];
105- exporter.books = books.content;
105+ exporter.books = books.arrangedObjects;
106106 [exporter exportToURL:[panel URL]];
107107
108108