accessible: Remove stray semicolon

Note to self: Use -Wempty-body more
This commit is contained in:
Benjamin Otte 2012-01-12 04:40:06 +01:00
parent 4a33eb1aae
commit cac47f45b7

View File

@ -198,7 +198,7 @@ gtk_accessible_set_widget (GtkAccessible *accessible,
priv->widget = widget;
if (widget);
if (widget)
klass->widget_set (accessible);
g_object_notify (G_OBJECT (accessible), "widget");