GtkMenuTracker: Don't return FALSE as a pointer
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741249
This commit is contained in:
@@ -120,7 +120,7 @@ gtk_menu_tracker_section_find_model (GtkMenuTrackerSection *section,
|
||||
(*offset)++;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* this is responsible for syncing the showing of a separator for a
|
||||
|
||||
Reference in New Issue
Block a user