[Title] Fixed initialize error - ConsoleManager2
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 7 Nov 2012 11:59:25 +0000 (20:59 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 7 Nov 2012 11:59:25 +0000 (20:59 +0900)
[Desc.] constructor throw null point exception
[Issue] #7181

Change-Id: I240375e9e1d344024da555b76b74ebfee874e960

org.tizen.common/src/org/tizen/common/ui/view/console/ConsoleManager2.java

index d9fa7f7..995ee0c 100644 (file)
@@ -88,6 +88,7 @@ implements IConsolePrinter, IHyperlinkManager
                final boolean focus
        )
        {
+               this.consoleName = consoleName;
                this.console = createMessageConsole();
                this.hyperlinkManager = new HyperlinkManager( console );
                this.console.getDocument().addDocumentListener( hyperlinkManager );