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

gEDA-cvs: CVS update: globals.c



  User: cnieves 
  Date: 05/11/26 19:15:13

  Modified:    .        globals.c
  Log:
  Libgeda checks if there is an autosave backup file when loading a new
  
  schematic and call an app-dependant function to ask the user what to do.
  
  Gschem opens a window to ask the user. Other apps just output a warning
  
  and continue.
  
  
  
  
  Revision  Changes    Path
  1.6       +1 -1      eda/geda/devel/utils/gschlas/globals.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: globals.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/gschlas/globals.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- globals.c	19 Feb 2005 23:27:41 -0000	1.5
  +++ globals.c	27 Nov 2005 00:15:12 -0000	1.6
  @@ -62,7 +62,7 @@
   void (*quit_func)() = gschlas_quit;
   /* void (*variable_set_func)() = i_vars_set; */
   void (*variable_set_func)() = NULL;
  -
  +int (*load_newer_backup_func)()  = NULL;
   
   /* this is just a dummy function, so that compoments are saved properly */
   void