summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-07 06:41:47 +0100
committerterry%netscape.com <>1999-01-07 06:41:47 +0100
commit5f6383720b2de63ab0bd0eed649b7940bbd82eb2 (patch)
tree608036514484e300e49033abaeb0837256ba7b84 /makecomponenttable.sh
parent4716905e9fef2c8ed263aae25db61f680f78a13d (diff)
downloadbugzilla-5f6383720b2de63ab0bd0eed649b7940bbd82eb2.tar.gz
bugzilla-5f6383720b2de63ab0bd0eed649b7940bbd82eb2.tar.xz
troy now owns layout.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index f4dcae79e..4438b738a 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -116,7 +116,7 @@ insert into components (value, program, initialowner) values ("Event Handling",
insert into components (value, program, initialowner) values ("Form Submission", "NGLayout", "pollmann@netscape.com");
insert into components (value, program, initialowner) values ("HTMLFrames", "NGLayout", "karnaze@netscape.com");
insert into components (value, program, initialowner) values ("HTMLTables", "NGLayout", "karnaze@netscape.com");
-insert into components (value, program, initialowner) values ("Layout", "NGLayout", "kipp@netscape.com");
+insert into components (value, program, initialowner) values ("Layout", "NGLayout", "troy@netscape.com");
insert into components (value, program, initialowner) values ("Networking Library", "NGLayout", "gagan@netscape.com");
insert into components (value, program, initialowner) values ("Parser", "NGLayout", "rickg@netscape.com");
insert into components (value, program, initialowner) values ("Plug-ins", "NGLayout", "amusil@netscape.com");