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

gEDA-cvs: CVS update: s_toplevel.c



  User: sdb     
  Date: 06/09/30 09:44:56

  Modified:    .        s_toplevel.c
  Log:
  Set CHANGED flag when deleting attrib column so user is prompted when
  
  quitting before saving. 
  
  
  
  
  Revision  Changes    Path
  1.22      +3 -1      eda/geda/gaf/gattrib/src/s_toplevel.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: s_toplevel.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/src/s_toplevel.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- s_toplevel.c	23 Sep 2006 09:04:26 -0000	1.21
  +++ s_toplevel.c	30 Sep 2006 13:44:56 -0000	1.22
  @@ -1,4 +1,4 @@
  -/* $Id: s_toplevel.c,v 1.21 2006/09/23 09:04:26 pbernaud Exp $ */
  +/* $Id: s_toplevel.c,v 1.22 2006/09/30 13:44:56 sdb Exp $ */
   
   /* gEDA - GPL Electronic Design Automation
    * gattrib -- gEDA component and net attribute manipulation using spreadsheet.
  @@ -459,6 +459,8 @@
     printf("In s_toplevel_delete_attrib_col, done deleting col in gtksheet.\n");
   #endif
     
  +  sheet_head->CHANGED = TRUE;  /* Set changed flag so user is prompted when exiting */
  +
     return;
   }
   
  
  
  


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