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

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Fri, 6 Feb 2004 13:19:11 -0600 (CST)
ulfl        2004/02/06 13:19:11 CST

  Modified files:
    gtk                  ansi_a_stat.c ansi_map_stat.c 
                         capture_prefs.c color_dlg.c 
                         column_prefs.c decode_as_dlg.c 
                         dfilter_expr_dlg.c 
                         endpoint_talkers_table.c filter_prefs.c 
                         follow_dlg.c gsm_a_stat.c gtk_stat_util.c 
                         h225_counter.c h225_ras_srt.c help_dlg.c 
                         isup_stat.c mgcp_stat.c packet_list.c 
                         plugins_dlg.c prefs_dlg.c proto_dlg.c 
                         proto_draw.c proto_hier_stats_dlg.c 
                         rtp_analysis.c rtp_stream_dlg.c 
                         service_response_time_table.c 
                         supported_protos_dlg.c tcp_graph.c 
                         ui_util.c 
  Log:
  replaced every appearance of gtk_scrolled_window_new() with
  scrolled_window_new().
  added gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to
  scrolled_window_new()
  added GTK2's gtk_scrolled_window_set_shadow(GTK_SHADOW_IN)
  to every place needed
  
  Revision  Changes    Path
  1.11      +3 -4      ethereal/gtk/ansi_a_stat.c
  1.14      +4 -5      ethereal/gtk/ansi_map_stat.c
  1.29      +3 -7      ethereal/gtk/capture_prefs.c
  1.40      +4 -4      ethereal/gtk/color_dlg.c
  1.22      +7 -4      ethereal/gtk/column_prefs.c
  1.37      +18 -9     ethereal/gtk/decode_as_dlg.c
  1.50      +26 -11    ethereal/gtk/dfilter_expr_dlg.c
  1.30      +3 -3      ethereal/gtk/endpoint_talkers_table.c
  1.60      +7 -4      ethereal/gtk/filter_prefs.c
  1.43      +5 -4      ethereal/gtk/follow_dlg.c
  1.11      +3 -4      ethereal/gtk/gsm_a_stat.c
  1.4       +1 -4      ethereal/gtk/gtk_stat_util.c
  1.9       +4 -2      ethereal/gtk/h225_counter.c
  1.8       +4 -2      ethereal/gtk/h225_ras_srt.c
  1.46      +14 -2     ethereal/gtk/help_dlg.c
  1.14      +4 -5      ethereal/gtk/isup_stat.c
  1.25      +4 -2      ethereal/gtk/mgcp_stat.c
  1.18      +7 -3      ethereal/gtk/packet_list.c
  1.34      +6 -6      ethereal/gtk/plugins_dlg.c
  1.79      +5 -1      ethereal/gtk/prefs_dlg.c
  1.32      +6 -2      ethereal/gtk/proto_dlg.c
  1.86      +13 -15    ethereal/gtk/proto_draw.c
  1.15      +6 -5      ethereal/gtk/proto_hier_stats_dlg.c
  1.32      +3 -7      ethereal/gtk/rtp_analysis.c
  1.13      +2 -2      ethereal/gtk/rtp_stream_dlg.c
  1.14      +3 -3      ethereal/gtk/service_response_time_table.c
  1.8       +12 -6     ethereal/gtk/supported_protos_dlg.c
  1.50      +10 -4     ethereal/gtk/tcp_graph.c
  1.18      +4 -1      ethereal/gtk/ui_util.c