Changes between Initial Version and Version 1 of Ticket #37700, comment 6


Ignore:
Timestamp:
Jan 21, 2013, 4:23:26 PM (11 years ago)
Author:
macports@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37700, comment 6

    initial v1  
    1 That was fixed after the 2.0.1 release.  Should I bundle that patch instead of mine?
     1I get an error if I don't apply my patch:
     2{{{
     3:info:build cocoa_menu_item.c:527:60: error: incompatible operand types ('const gchar *' (aka 'const char *') and 'NSString *')
     4:info:build     NSString *title = [NSString stringWithUTF8String:(text ? text : @"")];
     5:info:build                                                            ^ ~~~~   ~~~
     6}}}
     7I don't really know why, though.
     8