public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tobias J. Schwinger" <schwinger@klest.de>
To: <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] typo in sawfish-2.0 source
Date: Mon, 2 Jun 2003 20:31:19 +0200	[thread overview]
Message-ID: <007d01c32935$2c700450$1b2a10ac@victoria> (raw)

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

sawfish-2.0 didn't want to compile on my configuration.

i found a typo in gtk_style.c line 100:

98:  /* If GTK_MINOR_VERSION is not set 2 we are using gtk+ 1.3.x or 2.0
99:     so these two members are no more */
100: #if (GTK_MINOR_VERSION == 0)

i believe the author meant:

100: #if (GTK_MINOR_VERSION != 0)


i changed it and it compiled just fine

[-- Attachment #2: Type: text/html, Size: 1365 bytes --]

             reply	other threads:[~2003-06-02 18:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-02 18:31 Tobias J. Schwinger [this message]
2003-06-02 21:44 ` [gentoo-dev] typo in sawfish-2.0 source foser
2003-06-03 13:19   ` Tobias J. Schwinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='007d01c32935$2c700450$1b2a10ac@victoria' \
    --to=schwinger@klest.de \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox