use draw_vline method of parent_class, not draw_hline
2001-02-20 Sven Neumann <sven@convergence.de> * src/pixbuf-draw.c (draw_vline): use draw_vline method of parent_class, not draw_hline
This commit is contained in:
		
				
					committed by
					
						
						Sven Neumann
					
				
			
			
				
	
			
			
			
						parent
						
							f88d35bba7
						
					
				
				
					commit
					8832f1d3ad
				
			@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					2001-02-20  Sven Neumann  <sven@convergence.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* src/pixbuf-draw.c (draw_vline): use draw_vline method of 
 | 
				
			||||||
 | 
						parent_class, not draw_hline
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Wed Nov 15 21:56:28 2000  Owen Taylor  <otaylor@redhat.com>
 | 
					Wed Nov 15 21:56:28 2000  Owen Taylor  <otaylor@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* src/pixbuf-*: A few updates for GTypePlugin.
 | 
						* src/pixbuf-*: A few updates for GTypePlugin.
 | 
				
			||||||
 | 
				
			|||||||
@ -403,7 +403,7 @@ draw_vline (GtkStyle     *style,
 | 
				
			|||||||
			     x, y1, 2, (y2 - y1) + 1);
 | 
								     x, y1, 2, (y2 - y1) + 1);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    parent_class->draw_hline (style, window, state, area, widget, detail,
 | 
					    parent_class->draw_vline (style, window, state, area, widget, detail,
 | 
				
			||||||
			      y1, y2, x);
 | 
								      y1, y2, x);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user