From 7860787b10fcf11f466271479ba68ac323e689af Mon Sep 17 00:00:00 2001 From: "pollmann%netscape.com" Date: Tue, 12 Oct 1999 08:47:22 +0000 Subject: [PATCH] Bug 15769: Default select item 0 when adding or removing opt to combo r=harishd git-svn-id: svn://10.0.0.236/trunk@50443 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/forms/nsIListControlFrame.h | 2 +- mozilla/layout/html/forms/public/nsIListControlFrame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/forms/nsIListControlFrame.h b/mozilla/layout/forms/nsIListControlFrame.h index 5eba71cc6ed..e9c877d6cd9 100644 --- a/mozilla/layout/forms/nsIListControlFrame.h +++ b/mozilla/layout/forms/nsIListControlFrame.h @@ -94,7 +94,7 @@ public: /** * */ - NS_IMETHOD UpdateSelection(PRBool aDoDispatchEvent, nsIContent* aContent) = 0; + NS_IMETHOD UpdateSelection(PRBool aDoDispatchEvent, PRBool aForceUpdate, nsIContent* aContent) = 0; }; diff --git a/mozilla/layout/html/forms/public/nsIListControlFrame.h b/mozilla/layout/html/forms/public/nsIListControlFrame.h index 5eba71cc6ed..e9c877d6cd9 100644 --- a/mozilla/layout/html/forms/public/nsIListControlFrame.h +++ b/mozilla/layout/html/forms/public/nsIListControlFrame.h @@ -94,7 +94,7 @@ public: /** * */ - NS_IMETHOD UpdateSelection(PRBool aDoDispatchEvent, nsIContent* aContent) = 0; + NS_IMETHOD UpdateSelection(PRBool aDoDispatchEvent, PRBool aForceUpdate, nsIContent* aContent) = 0; };