Mailing List Archive

NessusClient/nessus/prefs_dialog prefs_dialog_prefs.c,1.5,1.6
Update of /usr/local/cvs/NessusClient/nessus/prefs_dialog
In directory raccoon.nessus.org:/tmp/cvs-serv91076/nessus/prefs_dialog

Modified Files:
prefs_dialog_prefs.c
Log Message:
Use the correct variables for the new option


Index: prefs_dialog_prefs.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/prefs_dialog/prefs_dialog_prefs.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prefs_dialog_prefs.c 28 Apr 2006 10:46:36 -0000 1.5
+++ prefs_dialog_prefs.c 28 Apr 2006 14:11:25 -0000 1.6
@@ -139,12 +139,12 @@
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_reportplugincache),
prefs_get_int(Global, "reports_use_plugin_cache"));

- check_reportplugincache = gtk_check_button_new_with_mnemonic(
+ check_scopesplugincache = gtk_check_button_new_with_mnemonic(
_("Load plugin cache for scopes immediately"));
- gtk_widget_show(check_reportplugincache);
- gtk_table_attach_defaults(GTK_TABLE(table), check_reportplugincache,
+ gtk_widget_show(check_scopesplugincache);
+ gtk_table_attach_defaults(GTK_TABLE(table), check_scopesplugincache,
0, 1, 2, 3);
- gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_reportplugincache),
+ gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_scopesplugincache),
prefs_get_int(Global, "scopes_load_plugin_cache_immediately"));

/*

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