Mailing List Archive

NessusClient/nessus/prefs_dialog prefs_context.c,1.8,1.9
Update of /usr/local/cvs/NessusClient/nessus/prefs_dialog
In directory raccoon.nessus.org:/tmp/cvs-serv56568/nessus/prefs_dialog

Modified Files:
prefs_context.c
Log Message:
Move fill_plugin_prefs and report_load_plugin_cache to context.c and
rename the latter to context_load_plugin_cache. The function will be
needed by scopes too.


Index: prefs_context.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/prefs_dialog/prefs_context.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- prefs_context.c 25 Apr 2006 15:36:11 -0000 1.8
+++ prefs_context.c 27 Apr 2006 16:09:47 -0000 1.9
@@ -358,8 +358,9 @@
gtk_frame_set_label(GTK_FRAME(contextframe), text);
g_free(text);

- /* make sure the plugin cache of a report is loaded */
- report_load_plugin_cache(context);
+ /* make sure the plugin cache of reports or other contexts is
+ * loaded */
+ context_load_plugin_cache(context);

prefs_context_update_widgets(context);
prefs_context_update_comment(context);

_______________________________________________
Nessus-cvs mailing list
Nessus-cvs@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus-cvs