]> git.sesse.net Git - vlc/commitdiff
* set keywords properly and removed an outdated FIXME
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 10 Oct 2005 15:41:52 +0000 (15:41 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 10 Oct 2005 15:41:52 +0000 (15:41 +0000)
modules/gui/macosx/bookmarks.m

index 8b03fd787d2364e11706575804f75a1c27912dbf..6f656293961d8714d8640a08b8da28662e5633dc 100644 (file)
@@ -259,7 +259,7 @@ static VLCBookmarks *_o_sharedInstance = nil;
     {
         free( pp_bookmarks[i]->psz_name );
     }
-    /* FIXME: putting the name to core does not work!! -- FK*/
+
     pp_bookmarks[i]->psz_name = strdup([[o_edit_fld_name stringValue] UTF8String]); 
     pp_bookmarks[i]->i_byte_offset = [[o_edit_fld_bytes stringValue] intValue];
     pp_bookmarks[i]->i_time_offset = ([[o_edit_fld_time stringValue] intValue]  * 1000000);