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

gEDA-cvs: CVS update: struct.h



  User: cnieves 
  Date: 05/11/18 15:31:49

  Modified:    .        struct.h
  Log:
  Changed autosave code so the timer callback doesn't do the
  
  autosave backups. Now are made within o_undo_savestate, so
  
  backups will ONLY be saved when there was a change to the 
  
  schematic and there was a timeout of the autosave timer.
  
  
  
  
  Revision  Changes    Path
  1.78      +1 -0      eda/geda/devel/libgeda/include/struct.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: struct.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/include/struct.h,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -b -r1.77 -r1.78
  --- struct.h	28 Oct 2005 22:26:33 -0000	1.77
  +++ struct.h	18 Nov 2005 20:31:49 -0000	1.78
  @@ -397,6 +397,7 @@
     GTimeVal last_load_or_save_time;
     char saved_since_first_loaded;
     gint ops_since_last_backup;
  +  gchar do_autosave_backup;
   
     /* left to right movement */
     PAGE *prev;