Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk color_dlg.c dlg_utils.c dlg_utils.h foll

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: Sat, 22 May 2004 14:56:19 -0500 (CDT)
ulfl        2004/05/22 14:56:19 CDT

  Modified files:
    gtk                  color_dlg.c dlg_utils.c dlg_utils.h 
                         follow_dlg.c gsm_map_summary.c 
                         h225_counter.c help_dlg.c io_stat.c 
                         mgcp_stat.c mtp3_summary.c rtp_analysis.c 
                         summary_dlg.c 
  Log:
  going to have a standard behaviour of the dialogs
  (including remebering of the dialog size in recent file).
  for a first step, I replaced all window_new() calls from dialogs
  into dlg_window_new() ones, and removed all gtk_window_set_position
  calls, this should be done in a more generalized way
  
  Revision  Changes    Path
  1.48      +1 -2      ethereal/gtk/color_dlg.c
  1.31      +37 -11    ethereal/gtk/dlg_utils.c
  1.13      +5 -1      ethereal/gtk/dlg_utils.h
  1.59      +2 -2      ethereal/gtk/follow_dlg.c
  1.2       +2 -3      ethereal/gtk/gsm_map_summary.c
  1.19      +2 -2      ethereal/gtk/h225_counter.c
  1.52      +4 -7      ethereal/gtk/help_dlg.c
  1.75      +2 -4      ethereal/gtk/io_stat.c
  1.34      +2 -2      ethereal/gtk/mgcp_stat.c
  1.2       +2 -3      ethereal/gtk/mtp3_summary.c
  1.41      +2 -3      ethereal/gtk/rtp_analysis.c
  1.32      +1 -2      ethereal/gtk/summary_dlg.c