Fixed trailing ';' on if statement in gtkmenuitem.c
This commit is contained in:
@ -714,7 +714,7 @@ gtk_menu_item_get_preferred_width (GtkWidget *widget,
|
|||||||
|
|
||||||
gtk_widget_get_preferred_width (child, &child_min, &child_nat);
|
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;
|
guint arrow_spacing;
|
||||||
gint arrow_size;
|
gint arrow_size;
|
||||||
|
|||||||
Reference in New Issue
Block a user