summaryrefslogtreecommitdiff
path: root/x11/xterm/patches/patch-aa
blob: c08ce073e00c11da1fcd5d22e0c354a69593ff2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.8 2008/04/21 17:10:40 bjs Exp $

One needs to explicitly enable building in the toolbar code, yet 
this turns it on by default, which not everyone wants.

Let's attempt to convince xterm of this here.

--- main.c.orig	2008-02-27 19:28:00.000000000 -0500
+++ main.c
@@ -881,7 +881,7 @@ static XtResource application_resources[
     Bres("sessionMgt", "SessionMgt", sessionMgt, True),
 #endif
 #if OPT_TOOLBAR
-    Bres(XtNtoolBar, XtCToolBar, toolBar, True),
+    Bres(XtNtoolBar, XtCToolBar, toolBar, False),
 #endif
 };