diff -crN ./gnome-themes/HighContrastLargePrint/Makefile.am /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/HighContrastLargePrint/Makefile.am
*** ./gnome-themes/HighContrastLargePrint/Makefile.am	Wed Mar 12 13:45:38 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/HighContrastLargePrint/Makefile.am	Tue Jul  8 08:59:36 2003
***************
*** 14,18 ****
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	mv $(DESTDIR)$(datadir)/themes/HighContrastLargePrint/index.theme $(DESTDIR)$(datadir)/themes/HighContrastLargePrint/index.theme~
  endif
--- 14,20 ----
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	if test -e $(datadir)/themes/HighContrastLargePrint/index.theme ; then \
! 		mv $(datadir)/themes/HighContrastLargePrint/index.theme $(datadir)/themes/HighContrastLargePrint/index.theme~ ; \
! 	fi
  endif
diff -crN ./gnome-themes/HighContrastLargePrintInverse/Makefile.am /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/HighContrastLargePrintInverse/Makefile.am
*** ./gnome-themes/HighContrastLargePrintInverse/Makefile.am	Wed Mar 12 13:46:02 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/HighContrastLargePrintInverse/Makefile.am	Tue Jul  8 09:00:11 2003
***************
*** 12,16 ****
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	mv $(DESTDIR)$(datadir)/themes/HighContrastLargePrintInverse/index.theme $(DESTDIR)$(datadir)/themes/HighContrastLargePrintInverse/index.theme~
  endif
--- 12,18 ----
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	if test -e $(datadir)/themes/HighContrastLargePrintInverse/index.theme ; then \
! 		mv $(datadir)/themes/HighContrastLargePrintInverse/index.theme $(datadir)/themes/HighContrastLargePrintInverse/index.theme~ ; \
! 	fi
  endif
diff -crN ./gnome-themes/LowContrast/Makefile.am /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/LowContrast/Makefile.am
*** ./gnome-themes/LowContrast/Makefile.am	Wed Mar 12 13:46:20 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/LowContrast/Makefile.am	Tue Jul  8 09:00:42 2003
***************
*** 13,17 ****
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	mv $(DESTDIR)$(datadir)/themes/LowContrast/index.theme $(DESTDIR)$(datadir)/themes/LowContrast/index.theme~
  endif
--- 13,19 ----
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	if test -e $(datadir)/themes/LowContrast/index.theme ; then \
! 		mv $(datadir)/themes/LowContrast/index.theme $(datadir)/themes/LowContrast/index.theme~ ; \
! 	fi
  endif
diff -crN ./gnome-themes/LowContrastLargePrint/Makefile.am /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/LowContrastLargePrint/Makefile.am
*** ./gnome-themes/LowContrastLargePrint/Makefile.am	Wed Mar 12 13:46:20 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/LowContrastLargePrint/Makefile.am	Tue Jul  8 09:01:12 2003
***************
*** 13,17 ****
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	mv $(DESTDIR)$(datadir)/themes/LowContrastLargePrint/index.theme $(DESTDIR)$(datadir)/themes/LowContrastLargePrint/index.theme~
  endif
--- 13,19 ----
  
  if CORE_THEMES_ONLY
  install: install-recursive
! 	if test -e $(datadir)/themes/LowContrastLargePrint/index.theme ; then \
! 		mv $(datadir)/themes/LowContrastLargePrint/index.theme $(datadir)/themes/LowContrastLargePrint/index.theme~ ; \
! 	fi
  endif
diff -crN ./gnome-themes/gtk-themes/Crux/src/crux-common.h /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-common.h
*** ./gnome-themes/gtk-themes/Crux/src/crux-common.h	Fri Jan 17 01:19:24 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-common.h	Tue Jul  8 09:01:49 2003
***************
*** 4,10 ****
  typedef enum {
      GRADIENT_NONE = 0,
      GRADIENT_VERTICAL,
!     GRADIENT_HORIZONTAL,
  } eazel_engine_gradient_direction;
  
  typedef enum {
--- 4,10 ----
  typedef enum {
      GRADIENT_NONE = 0,
      GRADIENT_VERTICAL,
!     GRADIENT_HORIZONTAL
  } eazel_engine_gradient_direction;
  
  typedef enum {
***************
*** 83,89 ****
      EAZEL_ENGINE_TAB_BOTTOM_ACTIVE,
      EAZEL_ENGINE_SPIN_ARROW_UP,
      EAZEL_ENGINE_SPIN_ARROW_DOWN,
!     EAZEL_ENGINE_STOCK_MAX,
  } eazel_engine_stock_image;
  
  typedef struct eazel_engine_gradient_component_struct eazel_engine_gradient_component;
--- 83,89 ----
      EAZEL_ENGINE_TAB_BOTTOM_ACTIVE,
      EAZEL_ENGINE_SPIN_ARROW_UP,
      EAZEL_ENGINE_SPIN_ARROW_DOWN,
!     EAZEL_ENGINE_STOCK_MAX
  } eazel_engine_stock_image;
  
  typedef struct eazel_engine_gradient_component_struct eazel_engine_gradient_component;
diff -crN ./gnome-themes/gtk-themes/Crux/src/crux-draw.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-draw.c
*** ./gnome-themes/gtk-themes/Crux/src/crux-draw.c	Fri Jan 17 01:19:24 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-draw.c	Tue Jul  8 09:02:27 2003
***************
*** 2120,2125 ****
--- 2120,2126 ----
  	    break;
  
  	default:			/* gcc drugging */
+ 	    break;
  	}
  	paint_background_area (style, window, state_type, area,
  			       x, y, width, height);
diff -crN ./gnome-themes/gtk-themes/Crux/src/crux-rc-parser.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-rc-parser.c
*** ./gnome-themes/gtk-themes/Crux/src/crux-rc-parser.c	Fri Jan 17 01:19:24 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-rc-parser.c	Tue Jul  8 09:02:56 2003
***************
*** 35,41 ****
      TOKEN_FG,
      TOKEN_BG,
      TOKEN_BASE,
!     TOKEN_TEXT,
  };
  
  static struct symbol_struct theme_symbols[] = {
--- 35,41 ----
      TOKEN_FG,
      TOKEN_BG,
      TOKEN_BASE,
!     TOKEN_TEXT
  };
  
  static struct symbol_struct theme_symbols[] = {
***************
*** 143,149 ****
      { "SPIN_ARROW_DOWN", EAZEL_ENGINE_SPIN_ARROW_DOWN },				\
      { 0, 0 }
  
! //static struct symbol_struct theme_symbols[] = { THEME_SYMBOLS };
  
  static guint n_theme_symbols = (sizeof(theme_symbols) / sizeof(theme_symbols[0])) - 1;
  
--- 143,149 ----
      { "SPIN_ARROW_DOWN", EAZEL_ENGINE_SPIN_ARROW_DOWN },				\
      { 0, 0 }
  
! /*static struct symbol_struct theme_symbols[] = { THEME_SYMBOLS };*/
  
  static guint n_theme_symbols = (sizeof(theme_symbols) / sizeof(theme_symbols[0])) - 1;
  
diff -crN ./gnome-themes/gtk-themes/Crux/src/crux-style.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-style.c
*** ./gnome-themes/gtk-themes/Crux/src/crux-style.c	Fri Jan 17 01:19:24 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/crux-style.c	Tue Jul  8 09:03:34 2003
***************
*** 53,59 ****
    style_class->draw_diamond = draw_diamond;
    style_class->draw_string = draw_string;
    style_class->draw_box = draw_box;
!   //style_class->draw_flat_box = draw_flat_box;
    style_class->draw_check = draw_check;
    style_class->draw_option = draw_option;
    style_class->draw_tab = draw_tab;
--- 53,59 ----
    style_class->draw_diamond = draw_diamond;
    style_class->draw_string = draw_string;
    style_class->draw_box = draw_box;
!   /*style_class->draw_flat_box = draw_flat_box;*/
    style_class->draw_check = draw_check;
    style_class->draw_option = draw_option;
    style_class->draw_tab = draw_tab;
diff -crN ./gnome-themes/gtk-themes/Crux/src/eazel-theme-hacks.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/eazel-theme-hacks.c
*** ./gnome-themes/gtk-themes/Crux/src/eazel-theme-hacks.c	Fri Jan 17 01:19:24 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/eazel-theme-hacks.c	Tue Jul  8 09:04:02 2003
***************
*** 17,23 ****
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  
-    $Id: eazel-theme-hacks.c,v 1.1.1.1 2003/01/17 00:19:24 seth Exp $
  
     Authors: Randy Gordon <randy@integrand.com>
  	    John Harper <jsh@eazel.com>   */
--- 17,22 ----
***************
*** 78,84 ****
      gpointer original;
  } eazel_engine_class_hack;
  
! static eazel_engine_class_hack class_hacks[] = { };
  
    /*  { gtk_range_get_type,
      G_STRUCT_OFFSET (GtkWidgetClass, expose_event),
--- 77,83 ----
      gpointer original;
  } eazel_engine_class_hack;
  
! static eazel_engine_class_hack class_hacks[] = { 0 };
  
    /*  { gtk_range_get_type,
      G_STRUCT_OFFSET (GtkWidgetClass, expose_event),
diff -crN ./gnome-themes/gtk-themes/Crux/src/eazel-theme.h /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/eazel-theme.h
*** ./gnome-themes/gtk-themes/Crux/src/eazel-theme.h	Fri Jan 17 01:19:24 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Crux/src/eazel-theme.h	Tue Jul  8 09:04:35 2003
***************
*** 16,22 ****
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  
-    $Id: eazel-theme.h,v 1.1.1.1 2003/01/17 00:19:24 seth Exp $
  
     Authors: John Harper <jsh@eazel.com>  */
  
--- 16,21 ----
***************
*** 58,64 ****
      TOKEN_FG,
      TOKEN_BG,
      TOKEN_BASE,
!     TOKEN_TEXT,
  };
  
  #define THEME_SYMBOLS						\
--- 57,63 ----
      TOKEN_FG,
      TOKEN_BG,
      TOKEN_BASE,
!     TOKEN_TEXT
  };
  
  #define THEME_SYMBOLS						\
***************
*** 90,96 ****
  typedef enum {
      GRADIENT_NONE = 0,
      GRADIENT_VERTICAL,
!     GRADIENT_HORIZONTAL,
  } eazel_engine_gradient_direction;
  
  typedef enum {
--- 89,95 ----
  typedef enum {
      GRADIENT_NONE = 0,
      GRADIENT_VERTICAL,
!     GRADIENT_HORIZONTAL
  } eazel_engine_gradient_direction;
  
  typedef enum {
***************
*** 169,175 ****
      EAZEL_ENGINE_TAB_BOTTOM_ACTIVE,
      EAZEL_ENGINE_SPIN_ARROW_UP,
      EAZEL_ENGINE_SPIN_ARROW_DOWN,
!     EAZEL_ENGINE_STOCK_MAX,
  } eazel_engine_stock_image;
  
  #define STOCK_SYMBOLS 									\
--- 168,174 ----
      EAZEL_ENGINE_TAB_BOTTOM_ACTIVE,
      EAZEL_ENGINE_SPIN_ARROW_UP,
      EAZEL_ENGINE_SPIN_ARROW_DOWN,
!     EAZEL_ENGINE_STOCK_MAX
  } eazel_engine_stock_image;
  
  #define STOCK_SYMBOLS 									\
diff -crN ./gnome-themes/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c
*** ./gnome-themes/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c	Fri Jan 17 04:32:01 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c	Tue Jul  8 09:05:10 2003
***************
*** 264,270 ****
  	
  	sanitize_size (window, &width, &height);
  	
! 	//fg_gc = (LIGHTHOUSEBLUE_STYLE (style))->shade_gc[7];
  	fg_gc = style->fg_gc[state_type];
  
  	if (DETAIL ("menuitem"))
--- 264,270 ----
  	
  	sanitize_size (window, &width, &height);
  	
! 	/*fg_gc = (LIGHTHOUSEBLUE_STYLE (style))->shade_gc[7];*/
  	fg_gc = style->fg_gc[state_type];
  
  	if (DETAIL ("menuitem"))
***************
*** 1171,1177 ****
  		gdk_gc_set_clip_rectangle (bg_gc, area);
  	}
  
! 	//Unselected tab should be drawn 2 pixels lower than selected tab
  	if (state_type == GTK_STATE_ACTIVE)
      {
  		d = 2;
--- 1171,1177 ----
  		gdk_gc_set_clip_rectangle (bg_gc, area);
  	}
  
! 	/*Unselected tab should be drawn 2 pixels lower than selected tab*/
  	if (state_type == GTK_STATE_ACTIVE)
      {
  		d = 2;
***************
*** 1673,1679 ****
  			  pango_font_description_set_weight (fontDescription, PANGO_WEIGHT_BOLD);
  			  pango_layout_context_changed (layout);
  			  gtk_widget_queue_resize (widget);
! 			  //gtk_widget_queue_resize (parent);
  			  return;
  		  }
  	  }
--- 1673,1679 ----
  			  pango_font_description_set_weight (fontDescription, PANGO_WEIGHT_BOLD);
  			  pango_layout_context_changed (layout);
  			  gtk_widget_queue_resize (widget);
! 			  /*gtk_widget_queue_resize (parent);*/
  			  return;
  		  }
  	  }
***************
*** 1742,1748 ****
  			  pango_font_description_set_weight (fontDescription, PANGO_WEIGHT_NORMAL);
  			  pango_layout_context_changed (layout);
  			  gtk_widget_queue_resize (widget);
! 			  //gtk_widget_queue_resize (parent);
  			  return;
  		  }		  
  	  }
--- 1742,1748 ----
  			  pango_font_description_set_weight (fontDescription, PANGO_WEIGHT_NORMAL);
  			  pango_layout_context_changed (layout);
  			  gtk_widget_queue_resize (widget);
! 			  /*gtk_widget_queue_resize (parent);*/
  			  return;
  		  }		  
  	  }
diff -crN ./gnome-themes/gtk-themes/Mist/src/Makefile.am /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Mist/src/Makefile.am
*** ./gnome-themes/gtk-themes/Mist/src/Makefile.am	Fri Jan 17 01:19:23 2003
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./gnome-themes/gtk-themes/Mist/src/Makefile.am	Tue Jul  8 09:05:40 2003
***************
*** 1,5 ****
- INCLUDES = $(MIST_CFLAGS) -Wall
- 
  enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
  
  engine_LTLIBRARIES = libmist.la
--- 1,3 ----
