[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: i_vars.c



  User: pcjc2   
  Date: 07/03/27 15:55:52

  Modified:    .        Tag: noscreen i_vars.c
  Log:
  Fixed copy-paste typo which over-wrote mousepan_gain instead of 
  
  select_slack_pixels.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.35.2.3  +1 -1      eda/geda/gaf/gschem/src/i_vars.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_vars.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/i_vars.c,v
  retrieving revision 1.35.2.2
  retrieving revision 1.35.2.3
  diff -u -b -r1.35.2.2 -r1.35.2.3
  --- i_vars.c	26 Mar 2007 19:13:13 -0000	1.35.2.2
  +++ i_vars.c	27 Mar 2007 19:55:52 -0000	1.35.2.3
  @@ -250,7 +250,7 @@
     w_current->mousepan_gain = default_mousepan_gain;
     w_current->keyboardpan_gain = default_keyboardpan_gain;
   
  -  w_current->mousepan_gain = default_select_slack_pixels;
  +  w_current->select_slack_pixels = default_select_slack_pixels;
   
     w_current->auto_save_interval = default_auto_save_interval;
   }
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs