Re: Compile error in Beagle CVS
- From: Christopher Orr <chris protactin co uk>
- To: dashboard-hackers gnome org
- Subject: Re: Compile error in Beagle CVS
- Date: Mon, 13 Sep 2004 20:51:22 +0100
Hi all,
I may as well tack on another wee fix to this thread.
Seems to be just a simple mistake, though it stops file indexing stuff
from working.
Line 40 of BeagleClient/Indexer.cs should be:
- if (theIndexerLock == null)
+ if (theIndexer == null)
Regards,
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]