Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk simple_dialog.c Makefile.am capture_dlg.

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 3 Jan 2000 00:59:44 -0600 (CST)
guy         2000/01/03 00:59:41 CST

  Modified files:
    gtk                  Makefile.am capture_dlg.c file_dlg.c 
                         find_dlg.c goto_dlg.c main.c 
                         plugins_dlg.c prefs_dlg.c print_dlg.c 
                         ui_util.c 
  Added files:
    gtk                  simple_dialog.c 
  Log:
  Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",
  and move it to "simple_dialog.h" and "gtk/simple_dialog.c".
  
  Revision  Changes    Path
  1.18      +2 -1      ethereal/gtk/Makefile.am
  1.14      +2 -2      ethereal/gtk/capture_dlg.c
  1.17      +3 -3      ethereal/gtk/file_dlg.c
  1.5       +2 -2      ethereal/gtk/find_dlg.c
  1.4       +2 -2      ethereal/gtk/goto_dlg.c
  1.80      +2 -2      ethereal/gtk/main.c
  1.7       +2 -2      ethereal/gtk/plugins_dlg.c
  1.8       +2 -2      ethereal/gtk/prefs_dlg.c
  1.12      +3 -3      ethereal/gtk/print_dlg.c
  1.3       +1 -135    ethereal/gtk/ui_util.c