View | Details | Raw Unified | Return to bug 180127
Collapse All | Expand All

(-)deskutils/notecase/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	notecase
8
PORTNAME=	notecase
9
PORTVERSION=	1.9.8
9
PORTVERSION=	1.9.8
10
PORTREVISION=	7
10
PORTREVISION=	8
11
CATEGORIES=	deskutils textproc
11
CATEGORIES=	deskutils textproc
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
13
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
(-)deskutils/notecase/files/patch-src-MainWnd.cpp (+13 lines)
Line 0 Link Here
1
Disable grey welcome screen as it crashes Notecase at startup
2
3
--- src/MainWnd.cpp.orig	2013-07-02 09:35:53.786186185 +0200
4
+++ src/MainWnd.cpp	2013-07-02 09:40:29.662182296 +0200
5
@@ -147,7 +147,7 @@
6
 {
7
 	g_shortcuts.Load();
8
 
9
-	g_objIni.GetValue("Display", "DrawGrayTextView", g_bDrawTextviewExpose, 1);
10
+	g_objIni.GetValue("Display", "DrawGrayTextView", g_bDrawTextviewExpose, 0);
11
 
12
 	g_objIni.GetValue("Display", "TreeToTheRight", g_bTreeToTheRight);
13
 	g_bTreeToTheRightInitial = g_bTreeToTheRight;

Return to bug 180127