hooking toolbars and toolbox back up. Sigh.

This commit is contained in:
pinkerton@netscape.com
1999-01-22 04:04:12 +00:00
parent 011f9909b8
commit fed32da8c3
3 changed files with 12 additions and 12 deletions

View File

@@ -49,8 +49,8 @@
#ifdef INCLUDE_XUL
#include "nsXULAtoms.h"
#include "nsTreeFrame.h"
//#include "nsToolboxFrame.h"
//#include "nsToolbarFrame.h"
#include "nsToolboxFrame.h"
#include "nsToolbarFrame.h"
#endif
static NS_DEFINE_IID(kIHTMLStyleSheetIID, NS_IHTML_STYLE_SHEET_IID);
@@ -1903,11 +1903,11 @@ HTMLStyleSheetImpl::ConstructXULFrame(nsIPresContext* aPresContext,
}
else if (aTag == nsXULAtoms::toolbox) {
processChildren = PR_TRUE;
//rv = NS_NewToolboxFrame(aNewFrame);
rv = NS_NewToolboxFrame(aNewFrame);
}
else if (aTag == nsXULAtoms::toolbar) {
processChildren = PR_TRUE;
//rv = NS_NewToolbarFrame(aNewFrame);
rv = NS_NewToolbarFrame(aNewFrame);
}
}