Revision: 8137
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8137&view=rev
Author:   mdehoon
Date:     2010-02-17 02:15:13 +0000 (Wed, 17 Feb 2010)

Log Message:
-----------
Fixing a compiler warning.

Modified Paths:
--------------
    trunk/matplotlib/src/_macosx.m

Modified: trunk/matplotlib/src/_macosx.m
===================================================================
--- trunk/matplotlib/src/_macosx.m      2010-02-16 23:09:50 UTC (rev 8136)
+++ trunk/matplotlib/src/_macosx.m      2010-02-17 02:15:13 UTC (rev 8137)
@@ -4468,7 +4468,7 @@
     self = [super initWithFrame: rect];
     rubberband = NSZeroRect;
     inside = false;
-    tracking = nil;
+    tracking = 0;
     return self;
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to