From 349c933d9cb5a64d5724596ffcc2678534382530 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sat, 23 Nov 2002 04:34:10 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 429a8de5857..b99e199f319 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2002-11-22 Alex Chapiro + + * src/.../wizards/CProjectWizard.java: + The problem appears in ConversionWizard that inherits to CProjectWizard. The + first one does not initialize fmainPage which causes NullpointerException. + Actually, ConversionWizard doesn't have this page, so it is unsupported + operation for it. + 2002-11-22 Alain Magloire * src/.../internal/ui/BinaryPropertySource.java (getPropertyValue):