[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: ahvezda
Date: 06/09/30 12:01:36
Modified: . system-gschemrc.in
Log:
Removed unnecessary redraws from i_callback_file_new, commented out redraw
from g_add_component, and commented in Carlos' new hook for adding a
titleblock into a new schematic, and change some of the default values
(which titleblock and where it is placed)
Revision Changes Path
1.103 +5 -5 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.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- system-gschemrc.in 30 Sep 2006 11:30:26 -0000 1.102
+++ system-gschemrc.in 30 Sep 2006 16:01:36 -0000 1.103
@@ -921,11 +921,11 @@
; a new page.
; Comment in these lines if you want gschem to automatically place a titleblock
; when you create a new _empty_ page.
-;(add-hook! new-page-hook (lambda (page)
-; (if (null? (get-objects-in-page page))
-;; Syntax Symbol name X Y angle selectable mirrored
-; (add-component page "title-A4.sym" 1000 1000 0 #f #f)))
-; #t)
+(add-hook! new-page-hook (lambda (page)
+ (if (null? (get-objects-in-page page))
+; Syntax Symbol name X Y angle selectable mirrored
+ (add-component page "title-B.sym" 40000 40000 0 #f #f)))
+ #t)
;
; End of hooks
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs