Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal plugins.c plugins.h

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

From: Olivier Abad <oabad@xxxxxxxxxxxx>
Date: Tue, 4 Jan 2000 14:37:13 -0600 (CST)
oabad       2000/01/04 14:37:10 CST

  Modified files:
    .                    plugins.c plugins.h 
  Log:
  Implement plugins status save/restore :
  
  Add a "Save status" button to the Plugins window which saves the status
  (enabled/disabled) and the filter used by all the plugins in
  ~/.ethereal/plugins.status
  
  Moved plugins_scan_dir() from gtk/plugins_dlg.c to plugins.c because it is
  GUI independent. Read plugins.status in this function and restore the saved
  status.
  
  Add a init_plugins() function in plugins.c which calls plugins_scan_dir() in
  order to build the plugin_list. It is called by ethereal_proto_init() in
  gtk/main.c
  
  Revision  Changes    Path
  1.3       +206 -1    ethereal/plugins.c
  1.4       +3 -1      ethereal/plugins.h