Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk progress_dlg.c

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: Wed, 5 Jul 2000 00:50:06 -0500 (CDT)
guy         2000/07/05 00:50:03 CDT

  Modified files:
    gtk                  progress_dlg.c 
  Log:
  Put the "Cancel" button in a progress dialog box in an HButtonBox,
  rather than an Alignment; that appears to be the correct way to keep
  buttons from expanding to the full width of the window.
  
  Don't use "gtk_widget_show()" on every single widget in the progress
  dialog box, use "gtk_widget_show_all()" on the top-level widget.
  
  Revision  Changes    Path
  1.5       +13 -15    ethereal/gtk/progress_dlg.c