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

gEDA-cvs: CVS update: s_toplevel.c



  User: ahvezda 
  Date: 06/12/04 22:24:08

  Modified:    .        s_toplevel.c
  Log:
  Added missing init of toplevel->line_style (all variables in the TOPLEVEL structure should be initalized)
  
  
  
  
  Revision  Changes    Path
  1.15      +1 -0      eda/geda/gaf/libgeda/src/s_toplevel.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: s_toplevel.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/s_toplevel.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- s_toplevel.c	21 Nov 2006 17:24:49 -0000	1.14
  +++ s_toplevel.c	5 Dec 2006 03:24:08 -0000	1.15
  @@ -293,6 +293,7 @@
     toplevel->pin_style = 0;
     toplevel->net_style = 0;
     toplevel->bus_style = 0;
  +  toplevel->line_style = 0;
     toplevel->zoom_with_pan = 0;
   
     toplevel->actionfeedback_mode = OUTLINE;
  
  
  


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