Mailing List Archive

NessusClient/nessus/prefs_dialog prefs_scope_tree.c, 1.10.2.3, 1.10.2.4
Update of /usr/local/cvs/NessusClient/nessus/prefs_dialog
In directory raccoon.nessus.org:/tmp/cvs-serv16380

Modified Files:
Tag: release-1-0
prefs_scope_tree.c
Log Message:
bugfix: count wrong

Index: prefs_scope_tree.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/prefs_dialog/prefs_scope_tree.c,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -d -r1.10.2.3 -r1.10.2.4
--- prefs_scope_tree.c 23 Dec 2006 14:33:55 -0000 1.10.2.3
+++ prefs_scope_tree.c 2 Jan 2007 16:24:02 -0000 1.10.2.4
@@ -591,7 +591,7 @@
}
else
{
- fscanf(fp, "%d %d %d", &h, &h, &n);
+ fscanf(fp, "%d %d %d", &h, &w, &n);
fclose(fp);
}

@@ -600,9 +600,9 @@

/* XXX: add these to scopes and tasks? */
gtk_tree_store_set(treestore, &iter,
- COL_NOTE, h,
+ COL_NOTE, n,
COL_WARN, w,
- COL_HOLE, n,
+ COL_HOLE, h,
-1);

}

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