[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:00

  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.4       +1 -1      eda/geda/devel/gattrib/src/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/gattrib/src/globals.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- globals.c	19 Feb 2005 23:26:56 -0000	1.3
  +++ globals.c	27 Nov 2005 00:15:00 -0000	1.4
  @@ -63,7 +63,7 @@
   void (*x_log_update_func)() = NULL;
   void (*quit_func)() = gattrib_quit;
   void (*variable_set_func)() = i_vars_set;
  -
  +int (*load_newer_backup_func)() = NULL;
   
   /* gattrib specific variables */
   int first_page = 1;