Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c ui_util.h

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 21 Sep 2002 06:36:26 -0500 (CDT)
oabad       2002/09/21 06:36:26 CDT

  Modified files:
    .                    file.c ui_util.h 
  Log:
  Removed all gtk calls in file.c :
  - created a few packet_list_xxx functions (ui_util.h gtk/packet_list.c
    gtk2/packet_list.c) ;
  - removed almost all "gtk/xxx" and "gtk2/xxx" includes in file.c
  
  The only remaining includes are related to color filters. We have to
  make color_filter_t GUI independent by replacing GdkColor with color_t.
  I'll work on this later.
  
  Revision  Changes    Path
  1.290     +47 -101   ethereal/file.c
  1.11      +28 -1     ethereal/ui_util.h