]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/bookmarks.m
Win32: always use the performance timers (fix #3918)
[vlc] / modules / gui / macosx / bookmarks.m
index 580c8158827f780b012dc177e479ad755169408f..7d0f9efbae2350e7927c3ef528c145cd383670a3 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2005 - 2007 the VideoLAN team
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Kühne <fkuehne at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -318,7 +318,7 @@ clear:
     msg_Dbg( VLCIntf, "calling wizard");
 
     char *psz_uri = input_item_GetURI( input_GetItem( p_input ) );
-    [[[VLCMain sharedInstance] getWizard] initWithExtractValuesFrom:
+    [[[VLCMain sharedInstance] wizard] initWithExtractValuesFrom:
             [[NSNumber numberWithInt:
             (pp_bookmarks[i_first]->i_time_offset/1000000)] stringValue]
             to: [[NSNumber numberWithInt:
@@ -366,7 +366,7 @@ clear:
  * callback stuff
  *****************************************************************************/
 
--(id)getDataTable
+-(id)dataTable
 {
     return o_tbl_dataTable;
 }