forked from AuroraMiddleware/gtk
Build fix in GtkSeparatorMenuItem
https://bugzilla.gnome.org/show_bug.cgi?id=642541
This commit is contained in:
parent
ed901afe37
commit
a88a1fc832
@ -133,7 +133,7 @@ gtk_separator_menu_item_accessible_factory_init (AtkObjectFactory *factory)
|
||||
static AtkObject *
|
||||
gtk_separator_menu_item_get_accessible (GtkWidget *widget)
|
||||
{
|
||||
static gboolean initialized = FALSE
|
||||
static gboolean initialized = FALSE;
|
||||
|
||||
if (G_UNLIKELY (!initialized))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user