[vlc-commits] macosx: show stats panel again

David Fuhrmann git at videolan.org
Mon Feb 10 13:41:36 CET 2014


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Mon Feb 10 13:39:46 2014 +0100| [69f4b704958fdc9dba1b7c329803b3fc0c2ac261] | committer: David Fuhrmann

macosx: show stats panel again

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69f4b704958fdc9dba1b7c329803b3fc0c2ac261
---

 modules/gui/macosx/playlistinfo.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/playlistinfo.m b/modules/gui/macosx/playlistinfo.m
index 3b19c2e..a54c41c 100644
--- a/modules/gui/macosx/playlistinfo.m
+++ b/modules/gui/macosx/playlistinfo.m
@@ -143,7 +143,7 @@ static VLCInfo *_o_sharedInstance = nil;
 
 - (void)initPanel
 {
-    b_stats = config_GetInt(VLCIntf, "stats");
+    b_stats = var_InheritBool(VLCIntf, "stats");
     if (!b_stats) {
         if ([o_tab_view numberOfTabViewItems] > 2)
             [o_tab_view removeTabViewItem: [o_tab_view tabViewItemAtIndex: 2]];



More information about the vlc-commits mailing list