Remove debug spew
svn path=/trunk/; revision=19092
This commit is contained in:
		@ -1,3 +1,8 @@
 | 
			
		||||
2007-11-29  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
	
 | 
			
		||||
	* gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
 | 
			
		||||
	debug spew.
 | 
			
		||||
 | 
			
		||||
2007-11-29  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gtk/Makefile.am: Fix ordering of subdirs.
 | 
			
		||||
 | 
			
		||||
@ -894,9 +894,6 @@ gtk_menu_item_paint (GtkWidget    *widget,
 | 
			
		||||
 | 
			
		||||
	  arrow_extent = arrow_size * arrow_scaling;
 | 
			
		||||
 | 
			
		||||
          g_printerr ("%s: scaling = %f   size = %d   extent = %d\n",
 | 
			
		||||
                      G_STRFUNC, arrow_scaling, arrow_size, arrow_extent);
 | 
			
		||||
 | 
			
		||||
	  shadow_type = GTK_SHADOW_OUT;
 | 
			
		||||
	  if (state_type == GTK_STATE_PRELIGHT)
 | 
			
		||||
	    shadow_type = GTK_SHADOW_IN;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user