diff -aurN deskutils/notecase.orig/Makefile deskutils/notecase/Makefile --- deskutils/notecase.orig/Makefile 2013-04-24 20:10:30.000000000 +0200 +++ deskutils/notecase/Makefile 2013-07-02 09:48:31.914205465 +0200 @@ -7,7 +7,7 @@ PORTNAME= notecase PORTVERSION= 1.9.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src diff -aurN deskutils/notecase.orig/files/patch-src-MainWnd.cpp deskutils/notecase/files/patch-src-MainWnd.cpp --- deskutils/notecase.orig/files/patch-src-MainWnd.cpp 1970-01-01 01:00:00.000000000 +0100 +++ deskutils/notecase/files/patch-src-MainWnd.cpp 2013-07-02 09:48:42.490221039 +0200 @@ -0,0 +1,13 @@ +Disable grey welcome screen as it crashes Notecase at startup + +--- src/MainWnd.cpp.orig 2013-07-02 09:35:53.786186185 +0200 ++++ src/MainWnd.cpp 2013-07-02 09:40:29.662182296 +0200 +@@ -147,7 +147,7 @@ + { + g_shortcuts.Load(); + +- g_objIni.GetValue("Display", "DrawGrayTextView", g_bDrawTextviewExpose, 1); ++ g_objIni.GetValue("Display", "DrawGrayTextView", g_bDrawTextviewExpose, 0); + + g_objIni.GetValue("Display", "TreeToTheRight", g_bTreeToTheRight); + g_bTreeToTheRightInitial = g_bTreeToTheRight;