Gentoo Archives: gentoo-dev

From: "Tobias J. Schwinger" <schwinger@×××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] typo in sawfish-2.0 source
Date: Mon, 02 Jun 2003 18:30:40
Message-Id: 007d01c32935$2c700450$1b2a10ac@victoria
1 sawfish-2.0 didn't want to compile on my configuration.
2
3 i found a typo in gtk_style.c line 100:
4
5 98: /* If GTK_MINOR_VERSION is not set 2 we are using gtk+ 1.3.x or 2.0
6 99: so these two members are no more */
7 100: #if (GTK_MINOR_VERSION == 0)
8
9 i believe the author meant:
10
11 100: #if (GTK_MINOR_VERSION != 0)
12
13
14 i changed it and it compiled just fine

Replies

Subject Author
Re: [gentoo-dev] typo in sawfish-2.0 source foser <foser@×××××××××××××××××.net>