From 58ee54a3dc8ec2be9fcb67adbec05fc65cf07289 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Wed, 6 Jan 1999 21:41:47 +0000 Subject: [PATCH] troy now owns layout. git-svn-id: svn://10.0.0.236/trunk@17267 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/makecomponenttable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/makecomponenttable.sh b/mozilla/webtools/bugzilla/makecomponenttable.sh index f4dcae79e01..4438b738a83 100755 --- a/mozilla/webtools/bugzilla/makecomponenttable.sh +++ b/mozilla/webtools/bugzilla/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");