Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal menu.h prefs.c prefs.h AUTHORS

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Tue, 15 Aug 2000 15:42:22 -0500 (CDT)
deniel      2000/08/15 15:42:18 CDT

  Modified files:
    .                    menu.h prefs.c prefs.h AUTHORS 
  Log:
  Implements the "Properties" menu item which displays the preferences window
  at the correct notebook page when a particular protocol (which has registered
  some preferences) is selected in the tree view.
  
  - add set_menus_for_selected_tree_row() in menu.[ch]
  
  - add prefs_is_registered_protocol() and
        prefs_get_title_by_name() in prefs.[ch]
  
  Revision  Changes    Path
  1.8       +4 -1      ethereal/menu.h
  1.35      +20 -1     ethereal/prefs.c
  1.18      +11 -1     ethereal/prefs.h
  1.139     +1 -0      ethereal/AUTHORS