Fixed trailing ';' on if statement in gtkmenuitem.c
This commit is contained in:
parent
aef55bb629
commit
1cacae9cc4
@ -714,7 +714,7 @@ gtk_menu_item_get_preferred_width (GtkWidget *widget,
|
||||
|
||||
gtk_widget_get_preferred_width (child, &child_min, &child_nat);
|
||||
|
||||
if ((menu_item->submenu && !GTK_IS_MENU_BAR (parent)) || priv->reserve_indicator);
|
||||
if ((menu_item->submenu && !GTK_IS_MENU_BAR (parent)) || priv->reserve_indicator)
|
||||
{
|
||||
guint arrow_spacing;
|
||||
gint arrow_size;
|
||||
|
Loading…
Reference in New Issue
Block a user