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

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



  User: peterb  
  Date: 07/06/09 16:30:14

  Modified:    .        system-gschemrc.in
  Log:
  Fix gschem's sort-component-library option
  
  
  
  In the last release, the sort-component-library gschemrc option did
  
  nothing.  This patch corrects the issue, by adding an argument to
  
  s_clib_get_sources which enables or disables sorting the list of
  
  component sources.
  
  
  
  
  Revision  Changes    Path
  1.129                eda/geda/gaf/gschem/lib/system-gschemrc.in
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: system-gschemrc.in
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/lib/system-gschemrc.in,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -b -r1.128 -r1.129
  --- system-gschemrc.in	26 May 2007 19:21:29 -0000	1.128
  +++ system-gschemrc.in	9 Jun 2007 20:30:14 -0000	1.129
  @@ -234,12 +234,13 @@
   
   ; sort-components-library string
   ;
  -; If this is enabled, then the component library will be sorted in alpha
  -; order.  Enabling this will hide the search order for components, keep
  -; that in mind.
  +; If this is enabled, then the component library will be sorted in
  +; alphanumeric order.  Bear in mind that this option is totally
  +; cosmetic, and will not alter the component search order (latest
  +; added gets scanned first).
   ;
  -(sort-component-library "disabled")
  -;(sort-component-library "enabled")
  +;(sort-component-library "disabled")
  +(sort-component-library "enabled")
   
   ; text-feedback string
   ;
  
  
  


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