Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk decode_as_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@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Jun 2001 03:10:39 -0500 (CDT)
guy         2001/06/25 03:10:39 CDT

  Modified files:
    gtk                  decode_as_dlg.c 
  Log:
  A better fix - we don't use "assigned" if the action was E_DECODE_NO, so
  don't bother fetching it if the action is E_DECODE_NO; that means we can
  also avoid fetching the currently selected row if the action is
  E_DECODE_NO, so the fact that we've cleared the selection if the action
  is E_DECODE_NO doesn't matter.
  
  Revision  Changes    Path
  1.9       +9 -14     ethereal/gtk/decode_as_dlg.c