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

gEDA-cvs: CVS update: i_callbacks.c



  User: ahvezda 
  Date: 07/06/01 21:02:42

  Modified:    .        i_callbacks.c
  Log:
  Fixed a behavior where you would cancel (via right mouse button or escape)
  
  the placing of components, but gschem would still be in the add component
  
  mode (and clicks would still place components).
  
  
  
  
  Revision  Changes    Path
  1.87                 eda/geda/gaf/gschem/src/i_callbacks.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_callbacks.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/i_callbacks.c,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -b -r1.86 -r1.87
  --- i_callbacks.c	31 May 2007 21:29:48 -0000	1.86
  +++ i_callbacks.c	2 Jun 2007 01:02:42 -0000	1.87
  @@ -3405,7 +3405,6 @@
       g_value_init (&value, G_TYPE_BOOLEAN);
       g_value_set_boolean (&value, FALSE);
       g_object_set_property (G_OBJECT(w_current->cswindow), "hidden", &value);
  -    return;
     }
   
     if ( (w_current->inside_action) && 
  
  
  


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