From 927887d8e999634d78b8f6e16260212e0043dff7 Mon Sep 17 00:00:00 2001 From: "asqueella@gmail.com" Date: Thu, 3 May 2007 23:47:02 -0700 Subject: [PATCH] Bug 379472 - fix typo in _getLoadInSidebarAnnotationp=onemen.one@gmail.comr=mano --- browser/components/places/content/bookmarkProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/places/content/bookmarkProperties.js b/browser/components/places/content/bookmarkProperties.js index a1a457ee112c..5be5dacb199d 100755 --- a/browser/components/places/content/bookmarkProperties.js +++ b/browser/components/places/content/bookmarkProperties.js @@ -762,7 +762,7 @@ var BookmarkPropertiesPanel = { _getLoadInSidebarAnnotation: function BPP__getLoadInSidebarAnnotation(aLoadInSidebar) { var anno = { name: LOAD_IN_SIDEBAR_ANNO, - type: Ci.nsIAnnotationsService.TYPE_INT32, + type: Ci.nsIAnnotationService.TYPE_INT32, flags: 0, value: aLoadInSidebar, expires: Ci.nsIAnnotationService.EXPIRE_NEVER };