• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revisión56de361cde0c7565ee765d70d4445f060ed60d08 (tree)
Tiempo2010-04-04 03:02:40
AutorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Fixed the call to create event stream method in the init methods.

Cambiar Resumen

Diferencia incremental

--- a/CDEvents.m
+++ b/CDEvents.m
@@ -125,7 +125,7 @@ ignoreEventsFromSubDirs:(BOOL)ignoreEventsFromSubDirs
125125
126126 _lastEvent = nil;
127127
128- [self createEventsStream];
128+ [self createEventStream];
129129
130130 FSEventStreamScheduleWithRunLoop(_eventStream,
131131 [runLoop getCFRunLoop],