[wpkg-users] [Bug 31] "Hosts file contains X hosts" displays profiles, not hosts
bugzilla-daemon at wpkg.org
bugzilla-daemon at wpkg.org
Mon Jul 3 22:17:14 CEST 2006
Please reply using this URL only: http://bugs.wpkg.org/show_bug.cgi?id=31
------- Additional Comments From mangoo at mch.one.pl 2006-07-03 22:17 -------
The fix is simple - change "profile-id" to "name" in line 295 (0.9.10-test3):
--- wpkg.js 2006-06-30 15:46:35.000000000 +0200
+++ 1 2006-07-03 22:13:12.000000000 +0200
@@ -291,7 +291,7 @@
info( "Hosts file contains " + hst.length + " hosts:" );
var dsds = 0;
for( dsds = 0; dsds < hst.length; ++dsds ) {
- info( hst[dsds].getAttribute( "profile-id" ) );
+ info( hst[dsds].getAttribute( "name" ) );
}
info( "" );
}
--
Configure bugmail: http://bugs.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
_______________________________________________
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
More information about the wpkg-users
mailing list