public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] typo in sawfish-2.0 source
@ 2003-06-02 18:31 Tobias J. Schwinger
  2003-06-02 21:44 ` foser
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias J. Schwinger @ 2003-06-02 18:31 UTC (permalink / raw
  To: gentoo-dev

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-06-03 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-02 18:31 [gentoo-dev] typo in sawfish-2.0 source Tobias J. Schwinger
2003-06-02 21:44 ` foser
2003-06-03 13:19   ` Tobias J. Schwinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox