[vlc-commits] [Git][videolan/vlc][master] macosx: Fix sidebar root view Nib name string in sidebar root view controller

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Oct 1 15:52:24 UTC 2024



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 <developer at claudiocambra.com>

- - - - -


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


More information about the vlc-commits mailing list