Thanks! Konrad > Am 23.03.2023 um 09:10 schrieb Eli Zaretskii : > >> From: Daniel Martín > >> Cc: Eli Zaretskii >, 62234@debbugs.gnu.org , Konrad Podczeck >> > >> Date: Sat, 18 Mar 2023 11:25:51 +0100 >> >> Po Lu writes: >> >>>> +-(BOOL)validateToolbarItem:(NSToolbarItem *)toolbarItem >>>> +{ >>>> + return [toolbarItem isEnabled]; >>>> +} >>>> + >>> >>> This does no harm on GNUstep. However, please indent with two spaces, >>> and place spaces after -, :, and ): >>> >>> - (BOOL) validateToolbarItem: (NSToolBarItem *) toolbarItem >>> { >>> return [toolbarItem isEnabled]; >>> } >>> >>> Otherwise, LGTM. Thanks. >> >> OK, I've attached a new version of the patch. Konrad, could you check >> if with this patch the Emacs toolbar works as you expect? Thanks. > > Thanks, installed on the emacs-29 branch, and closing the bug.