From e88dbf63bf765eef78ee283163ede4d3d6afb4c8 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 10 May 2000 01:02:56 +0000 Subject: [PATCH] make this interface scriptable git-svn-id: svn://10.0.0.236/trunk@68949 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/search/public/nsIMsgSearchTerm.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/base/search/public/nsIMsgSearchTerm.idl b/mozilla/mailnews/base/search/public/nsIMsgSearchTerm.idl index 319174ca248..58aaf9ff640 100644 --- a/mozilla/mailnews/base/search/public/nsIMsgSearchTerm.idl +++ b/mozilla/mailnews/base/search/public/nsIMsgSearchTerm.idl @@ -31,7 +31,7 @@ interface nsIMsgSearchScopeTerm; native nsCStringRef(nsCString&); -[script, uuid(678dc5b8-56f2-40ec-8fd6-0742e8cc6269)] +[scriptable, uuid(52db94d7-71c8-46c9-9692-91ff880a8cb7)] interface nsIMsgSearchTerm : nsISupports { readonly attribute nsMsgSearchAttribValue attrib; readonly attribute nsMsgSearchOpValue op;