Mailing List Archive

NessusClient/nessus/prefs_dialog prefs_report.c,1.2,1.3
Update of /usr/local/cvs/NessusClient/nessus/prefs_dialog
In directory raccoon.nessus.org:/tmp/cvs-serv43132/nessus/prefs_dialog

Modified Files:
prefs_report.c
Log Message:
Rework the report page so that it only has one tree view to select
host/port/severity and a text widget with the description.


Index: prefs_report.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/prefs_dialog/prefs_report.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- prefs_report.c 10 Feb 2006 19:37:24 -0000 1.2
+++ prefs_report.c 10 Feb 2006 19:56:11 -0000 1.3
@@ -28,20 +28,6 @@
#include "data_mining.h"
#include "xstuff.h"

-#include "xpm/computer.xpm"
-#include "xpm/network.xpm"
-#include "xpm/warning_small.xpm"
-#include "xpm/info_small.xpm"
-#include "xpm/error_small.xpm"
-#include "xpm/nothing.xpm"
-
-#define n(x) (x ? x:"")
[...1232 lines suppressed...]
- gtk_tooltips_enable(tooltips);
+ /* Timestamp label */
+ scan_timestamps = gtk_label_new("");
+ gtk_widget_show(scan_timestamps);
+ gtk_box_pack_start(GTK_BOX(vbox), scan_timestamps, FALSE, FALSE, 2);
+ arg_add_value(ctrls, "SCAN_TIMESTAMPS", ARG_PTR, -1, scan_timestamps);

return ctrls;
}
-
-
-void
-prefs_report_update(ctrls)
- struct arglist *ctrls;
-{
- empty_list(Lists[0]);
- subnets_fill(ctrls, Lists[0]);
- prefs_report_update_timestamp(ctrls);
-}
-

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