Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_prefs.c color_dlg.c dcerpc_stat.

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: Thu, 27 May 2004 14:59:50 -0500 (CDT)
ulfl        2004/05/27 14:59:50 CDT

  Modified files:
    gtk                  capture_prefs.c color_dlg.c dcerpc_stat.c 
                         dfilter_expr_dlg.c fc_stat.c file_dlg.c 
                         filter_prefs.c h225_counter.c 
                         h225_ras_srt.c ldap_stat.c mgcp_stat.c 
                         proto_dlg.c rpc_stat.c rtp_analysis.c 
                         smb_stat.c tap_dfilter_dlg.c 
  Log:
  use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,
  as WIDGET_SET_SIZE() will prevent the user from shrinking the dialog,
  and gtk_window_set_default_size() will not
  
  Revision  Changes    Path
  1.34      +2 -7      ethereal/gtk/capture_prefs.c
  1.50      +3 -2      ethereal/gtk/color_dlg.c
  1.57      +2 -2      ethereal/gtk/dcerpc_stat.c
  1.57      +4 -3      ethereal/gtk/dfilter_expr_dlg.c
  1.33      +2 -2      ethereal/gtk/fc_stat.c
  1.107     +3 -1      ethereal/gtk/file_dlg.c
  1.65      +2 -3      ethereal/gtk/filter_prefs.c
  1.21      +2 -2      ethereal/gtk/h225_counter.c
  1.18      +2 -2      ethereal/gtk/h225_ras_srt.c
  1.21      +2 -2      ethereal/gtk/ldap_stat.c
  1.36      +2 -2      ethereal/gtk/mgcp_stat.c
  1.34      +5 -9      ethereal/gtk/proto_dlg.c
  1.47      +2 -2      ethereal/gtk/rpc_stat.c
  1.44      +3 -3      ethereal/gtk/rtp_analysis.c
  1.44      +2 -2      ethereal/gtk/smb_stat.c
  1.9       +2 -2      ethereal/gtk/tap_dfilter_dlg.c