Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk prefs_dlg.c prefs_dlg.h menu.c

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:06 -0500 (CDT)
deniel      2000/08/15 15:42:03 CDT

  Modified files:
    gtk                  prefs_dlg.c prefs_dlg.h menu.c 
  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.18      +66 -2     ethereal/gtk/prefs_dlg.c
  1.5       +2 -1      ethereal/gtk/prefs_dlg.h
  1.36      +19 -2     ethereal/gtk/menu.c