Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk ansi_a_stat.c ansi_map_stat.c bootp_stat

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

From: oabad@xxxxxxxxxxxx (Olivier Abad)
Date: Tue, 16 Dec 2003 12:43:35 -0600 (CST)
oabad       2003/12/16 12:43:35 CST

  Modified files:
    gtk                  ansi_a_stat.c ansi_map_stat.c 
                         bootp_stat.c capture_info_dlg.c 
                         compat_macros.h dcerpc_stat.c fc_stat.c 
                         gsm_a_stat.c h225_counter.c 
                         h225_ras_srt.c http_stat.c io_stat.c 
                         isup_stat.c ldap_stat.c main.c menu.c 
                         mgcp_stat.c proto_draw.c rpc_stat.c 
                         rtp_analysis.c rtp_stream_dlg.c 
                         smb_stat.c wsp_stat.c 
  Log:
  Use gtk compatibility macros (from compat_macros.h) instead of some gtk+
  v1.2 functions which are deprecated in gtk+ v2.
  
  Update OBJECT_SET_DATA macros to cast "data" to (gpointer).
  
  Revision  Changes    Path
  1.5       +8 -11     ethereal/gtk/ansi_a_stat.c
  1.4       +8 -11     ethereal/gtk/ansi_map_stat.c
  1.8       +2 -2      ethereal/gtk/bootp_stat.c
  1.7       +5 -5      ethereal/gtk/capture_info_dlg.c
  1.4       +3 -3      ethereal/gtk/compat_macros.h
  1.35      +3 -3      ethereal/gtk/dcerpc_stat.c
  1.15      +2 -2      ethereal/gtk/fc_stat.c
  1.5       +8 -11     ethereal/gtk/gsm_a_stat.c
  1.4       +2 -2      ethereal/gtk/h225_counter.c
  1.3       +2 -2      ethereal/gtk/h225_ras_srt.c
  1.10      +2 -2      ethereal/gtk/http_stat.c
  1.50      +17 -15    ethereal/gtk/io_stat.c
  1.4       +8 -11     ethereal/gtk/isup_stat.c
  1.3       +2 -2      ethereal/gtk/ldap_stat.c
  1.343     +4 -4      ethereal/gtk/main.c
  1.126     +2 -2      ethereal/gtk/menu.c
  1.19      +2 -2      ethereal/gtk/mgcp_stat.c
  1.72      +2 -2      ethereal/gtk/proto_draw.c
  1.28      +2 -2      ethereal/gtk/rpc_stat.c
  1.14      +26 -39    ethereal/gtk/rtp_analysis.c
  1.6       +57 -76    ethereal/gtk/rtp_stream_dlg.c
  1.26      +2 -2      ethereal/gtk/smb_stat.c
  1.8       +2 -2      ethereal/gtk/wsp_stat.c