Changes between Version 1 and Version 2 of Ticket #37700, comment 6
- Timestamp:
- Jan 21, 2013, 4:26:10 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37700, comment 6
v1 v2 1 I 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 }}} 7 I don't really know why, though. 8 1 I'll look into it.