Author: paullanders
Date: Tue Aug 18 18:07:01 2015
New Revision: 38911

URL: http://svn.gna.org/viewcvs/gnustep?rev=38911&view=rev
Log:
local variable should start as NO, in some cases it is not set later. 

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m?rev=38911&r1=38910&r2=38911&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     Tue Aug 
18 18:07:01 2015
@@ -3675,7 +3675,7 @@
 {
   NSPoint initialLocation = [theEvent locationInWindow];
   NSPoint location;
-  BOOL clickedRowSelectedBeforeClick;
+  BOOL clickedRowSelectedBeforeClick = NO;
   int clickCount = [theEvent clickCount];
   
   // Pathological case -- ignore mouse down


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to