]> git.sesse.net Git - vlc/commitdiff
macosx: playlistinfo.m. small typo which caused ObjC exception and froze interface...
authorDamien Fouilleul <damienf@videolan.org>
Wed, 10 Oct 2007 21:23:33 +0000 (21:23 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 10 Oct 2007 21:23:33 +0000 (21:23 +0000)
modules/gui/macosx/playlistinfo.m

index caf8233a2ff9b9d9055e438530d25d6692c32e9f..57f858a054d9770be94fb99f72a36a3efb397e89 100644 (file)
 
 #define SET( foo, bar ) \
     char *psz_##foo = input_item_Get##bar ( p_item->p_input ); \
-    [self setMeta: psz_##foo forlabel: o_##foo##_txt]; \
+    [self setMeta: psz_##foo forLabel: o_##foo##_txt]; \
     free( psz_##foo );
 
     /* fill the other fields */