small patches
- From: Josh Sled <jsled scam XCF Berkeley EDU>
- To: gnome-list gnome org
- Subject: small patches
- Date: Tue, 07 Jul 1998 02:05:15 -0700
Two small patches... the first is of questionable applicability... recommended
by Miguel, and may be useful to others without GTK+ >1.0.4... patch it in
if you wish...
The second moves the location of the #endif... instead of looking like this:
#ifdef HAVE_LIBSM
{
#endif
}
Which causes an error if HAVE_LIBSM isn't defined, since a naked '}' is
sitting on a line...
...jsled
Index: libgnomeui/gnome-app.c
===================================================================
RCS file: /debian/home/gnomecvs/gnome-libs/libgnomeui/gnome-app.c,v
retrieving revision 1.36
diff -r1.36 gnome-app.c
569a570
> #ifdef GTK_RELIEF_NONE
570a572
> #endif
Index: libgnomeui/gnome-client.c
===================================================================
RCS file: /debian/home/gnomecvs/gnome-libs/libgnomeui/gnome-client.c,v
retrieving revision 1.25
diff -r1.25 gnome-client.c
941d940
< #endif /* HAVE_LIBSM */
942a942
> #endif /* HAVE_LIBSM */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]