Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 STATUS column_prefs.c decode_as_dlg.c d

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Sep 2002 05:07:42 -0500 (CDT)
oabad       2002/09/14 05:07:42 CDT

  Modified files:
    gtk2                 STATUS column_prefs.c decode_as_dlg.c 
                         dfilter_expr_dlg.c filter_prefs.c 
                         gui_prefs.c plugins_dlg.c prefs_dlg.c 
                         proto_draw.c proto_hier_stats_dlg.c 
                         ui_util.c ui_util.h 
  Log:
  - add a new GUI preference in the gtk2 port. It allows to use
    alternating colors in all TreeView widgets (see
    gtk_tree_view_set_rules_hint()).
  
  - remove unused preferences in the gtk2 port (tree_expander_style and
    tree_line_style).
  
  Revision  Changes    Path
  1.6       +1 -0      ethereal/gtk2/STATUS
  1.4       +4 -3      ethereal/gtk2/column_prefs.c
  1.4       +3 -4      ethereal/gtk2/decode_as_dlg.c
  1.4       +4 -4      ethereal/gtk2/dfilter_expr_dlg.c
  1.5       +2 -3      ethereal/gtk2/filter_prefs.c
  1.3       +21 -41    ethereal/gtk2/gui_prefs.c
  1.3       +3 -4      ethereal/gtk2/plugins_dlg.c
  1.4       +2 -2      ethereal/gtk2/prefs_dlg.c
  1.3       +2 -2      ethereal/gtk2/proto_draw.c
  1.2       +2 -3      ethereal/gtk2/proto_hier_stats_dlg.c
  1.3       +64 -1     ethereal/gtk2/ui_util.c
  1.2       +5 -7      ethereal/gtk2/ui_util.h