]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
[vlc] / modules / gui / macosx / playlist.m
index de39811e79470afeb8dc8326487c831ce63c9867..1b74cceb49530de53e7276bb7144359aa278d17a 100644 (file)
@@ -45,7 +45,8 @@
 #include <vlc_keys.h>
 
 #include "intf.h"
-#include "wizard.h"
+#import "wizard.h"
+#import "bookmarks.h"
 #include "playlist.h"
 #include "controls.h"
 #include "osd.h"
@@ -524,6 +525,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
     //[o_outline_dict removeAllObjects];
     [o_outline_view reloadData];
     [[[[VLCMain sharedInstance] getWizard] getPlaylistWizard] reloadOutlineView];
+    [[[[VLCMain sharedInstance] getBookmarks] getDataTable] reloadData];
 }
 
 - (void)playModeUpdated