]> Pileus Git - ~andy/gtk/commit
gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOT
authorElliot Lee <sopwith@src.gnome.org>
Thu, 31 Dec 1998 21:01:18 +0000 (21:01 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Thu, 31 Dec 1998 21:01:18 +0000 (21:01 +0000)
commit385108e0dee634a08ed6de5703c43e2aaafd80df
treef39ec6bd59d8d6d325fdebd7d2675cfcbfb4d84a
parentd9f5d8f25586645525c3d124cba62a64248bd3df
gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOT

gtk.m4:
When testing to see if glib exists, set
        LIBS="$GTK_LIBS $LIBS"
NOT
        LIBS="$LIBS $GTK_LIBS"
because order matters - if the user specifies their own $LIBS to
./configure, these need to be passed in last.

gtk/Makefile.am:
Fix problems with gtktypebuiltins* getting rebuilt every single
time 'make' was run.

gtk/gtkcalendar.c:
Set 'week' variable to 0 to get rid of uninitialized
variable warning. Better solution is to give it the right value
somewhere :)

gtk/gtkclist.c:
When computing optimum column size, don't subtract the borders.(?)

gtk/gtkcolorsel.c:
Don't read past end of array.
gtk.m4
gtk/Makefile.am
gtk/gtkcalendar.c
gtk/gtkclist.c
gtk/gtkcolorsel.c