[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: peterb
Date: 07/06/09 16:30:15
Modified: . prototype.h
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.134 eda/geda/gaf/libgeda/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/prototype.h,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- prototype.h 9 Jun 2007 14:59:02 -0000 1.133
+++ prototype.h 9 Jun 2007 20:30:15 -0000 1.134
@@ -499,7 +499,7 @@
/* s_clib.c */
void s_clib_init (void);
void s_clib_free (void);
-GList *s_clib_get_sources ();
+GList *s_clib_get_sources (const gboolean sorted);
const CLibSource *s_clib_get_source_by_name (const gchar *name);
void s_clib_refresh ();
const CLibSource *s_clib_add_directory (const gchar *directory,
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs