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

gEDA-cvs: CVS update: o_copy.c



  User: pcjc2   
  Date: 06/12/21 15:40:38

  Modified:    .        o_copy.c o_find.c x_event.c
  Log:
  Update the interface to o_selection_print_all() to match other
  
  o_selection*() functions. Patch from Peter Brett.
  
  
  
  
  Revision  Changes    Path
  1.29      +0 -3      eda/geda/gaf/gschem/src/o_copy.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_copy.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/o_copy.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- o_copy.c	21 Dec 2006 20:11:11 -0000	1.28
  +++ o_copy.c	21 Dec 2006 20:40:37 -0000	1.29
  @@ -517,9 +517,6 @@
   			    &(w_current->page_current->selection_list));
     w_current->page_current->selection_list = NULL;
     w_current->page_current->selection_list = temp_list;
  -#if DEBUG
  -  o_selection_print_all(w_current->page_current->selection_list);
  -#endif
   
     w_current->page_current->CHANGED = 1;
   
  
  
  
  1.6       +0 -3      eda/geda/gaf/gschem/src/o_find.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_find.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/o_find.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- o_find.c	17 Dec 2006 04:14:03 -0000	1.5
  +++ o_find.c	21 Dec 2006 20:40:37 -0000	1.6
  @@ -111,9 +111,6 @@
        the caller allows it */	
     if (change_selection && (!w_current->SHIFTKEY)) {
   
  -#if DEBUG
  -    o_selection_print_all( w_current->page_current->selection_list);
  -#endif
       o_select_run_hooks(w_current, NULL, 2); 
       o_selection_unselect_list (w_current,
   			       &(w_current->page_current->selection_list));
  
  
  
  1.43      +1 -1      eda/geda/gaf/gschem/src/x_event.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_event.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/x_event.c,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- x_event.c	17 Dec 2006 04:14:03 -0000	1.42
  +++ x_event.c	21 Dec 2006 20:40:37 -0000	1.43
  @@ -160,7 +160,7 @@
     printf("event state: %d \n", event->state);
     printf("w_current state: %d \n", w_current->event_state);
     printf("Selection is:\n");
  -  o_selection_print_all( w_current->page_current->selection_list);
  +  o_selection_print_all(&(w_current->page_current->selection_list));
     printf("\n");
   #endif
   
  
  
  


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