committed. Max number set to 200 hecking in src/af/xap/unix/xap_UnixDlg_Print.cpp; /cvsroot/abi/src/af/xap/unix/xap_UnixDlg_Print.cpp,v <-- xap_UnixDlg_Print.cppnew revision: 1.54; previous revision: 1.53 done
Martin On Sun, 10 Mar 2002, Larry Kollar wrote: > > [puts on church secretary hat] > > The 50 copies limit for printing is a bit too tight, IMO. > The company that prints our bulletin covers sends them in > batches of 52, and larger churches than mine might want > to print 200 or more at a whack. > > [puts on jumped-up tech writer hat] > > The following patch is against 0.9.6.1; feel free to laugh > at me if this has been fixed since. It increases the max > number of copies allowed to 100. You might want to change > it to 200 or more, but this scratches *my* itch. > > Thanks for the help & consideration. > > > --- src/af/xap/unix/xap_UnixDlg_Print.cpp.orig Sun Mar 10 09:47:11 2002 > +++ src/af/xap/unix/xap_UnixDlg_Print.cpp Sun Mar 10 09:47:24 2002 > @@ -364,7 +364,7 @@ > gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0); > gtk_widget_show (label); > > - GtkObject * adjustment = gtk_adjustment_new(1, 1, 50, 1, 5, >0.0); > + GtkObject * adjustment = gtk_adjustment_new(1, 1, 100, 1, 5, >0.0); > spinCopies = gtk_spin_button_new( >GTK_ADJUSTMENT(adjustment), 1, 0 ); > //gtk_scale_set_digits(GTK_SCALE(spinCopies), 0); > gtk_box_pack_start (GTK_BOX (hbox), spinCopies, FALSE, TRUE, >0); > > > -- > Larry Kollar k o l l a r at a l l t e l . n e t > "Content creators are the engine that drives value in the > information life cycle." -- Barry Schaeffer, on XML-Doc > >
