Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from
2008-06-29 Behdad Esfahbod <behdad@gnome.org> Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from Jan Arne Petersen * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout. svn path=/trunk/; revision=20703
This commit is contained in:
		
				
					committed by
					
						
						Behdad Esfahbod
					
				
			
			
				
	
			
			
			
						parent
						
							5390e1e24c
						
					
				
				
					commit
					e670565932
				
			@ -1,3 +1,10 @@
 | 
				
			|||||||
 | 
					2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Bug 530255 – GtkAboutDialog cuts off comments label
 | 
				
			||||||
 | 
						Followup patch from  Jan Arne Petersen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2008-06-28  Michael Natterer  <mitch@imendio.com>
 | 
					2008-06-28  Michael Natterer  <mitch@imendio.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkselection.h: properly indent the newly added
 | 
						* gtk/gtkselection.h: properly indent the newly added
 | 
				
			||||||
 | 
				
			|||||||
@ -3942,6 +3942,8 @@ gtk_label_get_layout_offsets (GtkLabel *label,
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  g_return_if_fail (GTK_IS_LABEL (label));
 | 
					  g_return_if_fail (GTK_IS_LABEL (label));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  gtk_label_ensure_layout (label);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  get_layout_location (label, x, y);
 | 
					  get_layout_location (label, x, y);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user