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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Apr 2003 18:17:44 -0500 (CDT)
guy         2003/04/24 18:17:44 CDT

  Modified files:
    gtk                  dcerpc_stat.c 
  Log:
  Make the dialog box "transient for" the main window, as we do with other
  pop-up dialogs.
  
  If thee's already one such dialog, and the user asks for another one,
  reactivate the old one (so it gets un-minimized if necessary), don't
  just raise it.
  
  Put the "Create Stat" button in a box, so it doesn't widen to the full
  width of the window, and add a "Cancel" button to dismiss the dialog
  box.
  
  Arrange that <ESC> dismisses the dialog box, and that typing <Enter> in
  the filter dialog box activates the dialog box.
  
  Revision  Changes    Path
  1.7       +50 -7     ethereal/gtk/dcerpc_stat.c