Hi, Le 16 juil. 2013 à 14:56, Riccardo Mottola a écrit :
> Hi, > > Germán Arias wrote: >> I think the problem is the first line at nsmapping.strings: >> >> GNUstep = NSApplicationIcon; > Actually, I'm unsure if this is the culprit and perhaps not generally the new > changes in the GSTheme image naming. That lline should actually mean that if > you access the NSApplicationIcon you get the GNUstep logo, not viceversa. > For this reason I just commented out the line in nsmapping.strings for now. > It fixes the problem, but perhaps it can be reinstantiated in the future. This is the correct fix for the new changes in GSTheme image naming. We don't want to return the application icon if the user calls +[NSImage imageNamed: @"GNUstep"]. Cheers, Quentin. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
