Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c gui_prefs.c main.c

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxx>
Date: Fri, 18 Jul 2003 15:55:12 -0500 (CDT)
oabad       2003/07/18 15:55:12 CDT

  Modified files:
    gtk                  file_dlg.c gui_prefs.c main.c 
  Log:
  Various fixes related to GTK2 :
  
  - give the focus to the packet_list when a capture file is opened, and
    each time we change the selection in the packet list (it seems that
    the tree view has the focus if we don't do this) ;
  
  - in set_plist_sel_browse() : it seems that packet_list->selection_mode
    is always 0 in GTK2 so we can't use it to determine the current mode.
    Use a static variable instead.
  
  This should fix the second part of debian bug #199763
  
  Revision  Changes    Path
  1.56      +2 -1      ethereal/gtk/file_dlg.c
  1.39      +3 -3      ethereal/gtk/gui_prefs.c
  1.300     +9 -8      ethereal/gtk/main.c