gEDA-dev: [pcb] multiple hids in one .so - one more patch
Igor2
igor2 at inno.bme.hu
Fri Oct 6 00:25:33 EDT 2006
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
-------------- next part --------------
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)
More information about the geda-dev
mailing list