Re: GNOME CVS: gtk+ pablo



On 21 Jun 2001 16:06:14 -0400, Gnome CVS User wrote:
> 
> CVSROOT:	/cvs/gnome
> Module name:	gtk+
> Changes by:	pablo	01/06/21 16:06:14
> 
> Modified files:
> 	.              : Tag: gtk-1-2 ChangeLog configure.in 
> 	gtk            : Tag: gtk-1-2 Makefile.am gtkrc.c 
> Added files:
> 	gtk            : Tag: gtk-1-2 gtkrc.iso-8859-3 gtkrc.iso-8859-7 
> 	                 gtkrc.iso-8859-9 gtkrc.utf-8 
> Removed files:
> 	gtk            : Tag: gtk-1-2 gtkrc.el gtkrc.eo gtkrc.tr 
> 
> Log message:
> Check for nl_langinfo (CODESET), changed the algorithm ussed to look for
> locale dependent rc files so it does a better job
> 
> URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?module=gtk+&branch=HEAD&branchtype=match&dir=gtk+&file=&filetype=match&who=pablo&whotype=match&sortby=Date&hours=&date=explicit&mindate=06%2F21%2F01+16%3A06&maxdate=06%2F21%2F01+16%3A06&cvsroot=%2Fcvs%2Fgnome

gtkrc.c needs to include config.h after this commit.

ok to commit?

jacob
--
In the afterlife, a cute .signature will only get you so far.

Index: gtkrc.c
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/gtkrc.c,v
retrieving revision 1.40.2.16
diff -u -r1.40.2.16 gtkrc.c
--- gtkrc.c	2001/06/21 20:06:14	1.40.2.16
+++ gtkrc.c	2001/07/10 16:57:19
@@ -24,6 +24,7 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#include <config.h>
 #include <X11/Xlocale.h>	/* so we get the right setlocale */
 #include <ctype.h>
 #include <unistd.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]