Skip to content
  • Owen Taylor's avatar
    Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). · a1a252ce
    Owen Taylor authored
    Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
    	a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
    
    	* gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
    	since some people set $(libdir) separately. (#1290, David Kaelbling)
    
    Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
    	defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
    	MAXPATHLEN, but the code here depends on a fixed value.)
    	(#4524)
    
    Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
    	where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
    
    Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtk/gtkctree.c (real_tree_move): If the node being moved isn't
    	viewable there is no way that moving the node will ...
    a1a252ce