Use accessor functions to access GtkAccesible variables

This commit is contained in:
Javier Jardón
2010-05-23 01:55:33 +02:00
parent a6e0fb92c6
commit 5ee19bdafe
49 changed files with 379 additions and 369 deletions

View File

@ -475,7 +475,7 @@ gtk_spinner_accessible_image_get_size (AtkImage *image,
{
GtkWidget *widget;
widget = GTK_ACCESSIBLE (image)->widget;
widget = gtk_accessible_get_widget (GTK_ACCESSIBLE (image));
if (!widget)
{
*width = *height = 0;