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

gEDA-cvs: CVS update: system-gattribrc.in



  User: ahvezda 
  Date: 06/03/12 22:44:42

  Modified:    .        system-gattribrc.in
  Log:
  Removed system-gafrc.in load from various system-*rc.in files, since
  
  the system-gafrc file is automatically loaded by libgeda before the
  
  individual rc files are read.
  
  
  
  
  Revision  Changes    Path
  1.3       +1 -2      eda/geda/devel/gattrib/lib/system-gattribrc.in
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: system-gattribrc.in
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/lib/system-gattribrc.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- system-gattribrc.in	8 Jan 2005 02:12:53 -0000	1.2
  +++ system-gattribrc.in	13 Mar 2006 03:44:42 -0000	1.3
  @@ -17,10 +17,9 @@
   ;
   (gattrib-version "@VERSION@")
   
  -; Load up gafrc
  +; Setup data path variables.
   ;
   ; Contains all paths needed for gattrib
   (define gedadata (getenv "GEDADATA"))
   (define gedadatarc (getenv "GEDADATARC"))
  -(load (string-append gedadatarc "@PATHSEP@system-gafrc"))