Fix compilation warning: cast to GTK_WIDGET

This commit is contained in:
Javier Jardón 2009-11-18 04:16:23 +01:00
parent 6389f13ea5
commit 00d3d8516b

View File

@ -382,7 +382,7 @@ gtk_accel_label_expose_event (GtkWidget *widget,
direction = gtk_widget_get_direction (widget);
if (gtk_widget_is_drawable (widget))
if (gtk_widget_is_drawable (widget))
{
guint ac_width;
GtkAllocation allocation;