[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-dev: [pcb] multiple hids in one .so - one more patch



DJ,

Now as I started to use it, I've found there was a bug in my patch for the
gtk hid which caused the wrong exporter to be set. The attached one-liner
fixes it.

Regards,

Igor2
Index: hid/gtk/gui-dialog-print.c
===================================================================
RCS file: /cvsroot/pcb/pcb/src/hid/gtk/gui-dialog-print.c,v
retrieving revision 1.4
diff -u -r1.4 gui-dialog-print.c
--- hid/gtk/gui-dialog-print.c	5 Oct 2006 18:56:59 -0000	1.4
+++ hid/gtk/gui-dialog-print.c	6 Oct 2006 04:23:02 -0000
@@ -109,6 +109,7 @@
       return;
     }
 
+  exporter = printer;
   tips = gtk_tooltips_new ();
 
   if (!PCB->PrintFilename)


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