Ethereal-cvs: [Ethereal-cvs] commit 11544: /trunk/

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Tue, 27 Jul 2004 20:10:20 -0000
User: guy
Date: 2004/07/27 03:10 PM

Log:
 Move the code to open the printer/print file from "print_packets()" to
 "print_ok_cb()", and have "print_packets()" just work on a
 "print_stream_t" handed to it, so that different platforms can open the
 printer/print file in different ways (opening the file is probably not
 going to be platform-dependent, but opening the printer will be).

Directory: /trunk/gtk/
  Changes    Path
  +40 -1     print_dlg.c modified

Directory: /trunk/
  Changes    Path
  +21 -48    file.c     modified
  +43 -36    print.h    modified