Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
4353c2f2 by Claudio Cambra at 2024-10-01T15:27:54+00:00
macosx: Fix sidebar root view Nib name string in sidebar root view controller

Signed-off-by: Claudio Cambra <[email protected]>

- - - - -


1 changed file:

- modules/gui/macosx/library/VLCLibraryWindowSidebarRootViewController.m


Changes:

=====================================
modules/gui/macosx/library/VLCLibraryWindowSidebarRootViewController.m
=====================================
@@ -42,7 +42,7 @@ const NSInteger VLCLibraryWindowSidebarViewChaptersSegment = 
1;
 
 - (instancetype)initWithLibraryWindow:(VLCLibraryWindow *)libraryWindow
 {
-    self = [super initWithNibName:@"VLCLibraryWindowSidebarView" bundle:nil];
+    self = [super initWithNibName:@"VLCLibraryWindowSidebarRootView" 
bundle:nil];
     if (self) {
         _libraryWindow = libraryWindow;
     }



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/4353c2f21697463e1dd10c0feed1bdce79931266

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/4353c2f21697463e1dd10c0feed1bdce79931266
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to