[vlc-commits] macosx: FIXME for ModuleListConfigControl's resetValues

Marvin Scholz git at videolan.org
Fri Nov 24 02:20:14 CET 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Nov 24 02:19:44 2017 +0100| [525fbd67d34cb9137345ea84da8daa432f0d367c] | committer: Marvin Scholz

macosx: FIXME for ModuleListConfigControl's resetValues

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

 modules/gui/macosx/prefs_widgets.m | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m
index 8d137af46b..29900aa3fc 100644
--- a/modules/gui/macosx/prefs_widgets.m
+++ b/modules/gui/macosx/prefs_widgets.m
@@ -2133,6 +2133,12 @@ o_moduleenabled = [NSNumber numberWithBool:NO];\
     return strdup([[o_textfield stringValue] UTF8String]);
 }
 
+/* FIXME:
+ * This is supposed to load the module list state from preferences
+ * and set the table items state (selected or unselected) accordingly,
+ * as far as I could figure out by reading the commit in which this was
+ * introduced. (d66f3c874786e9dd4692f9775bdd54b386c583dd)
+ */
 -(void)resetValues
 {
 #warning Reset prefs of the module selector is broken atm.



More information about the vlc-commits mailing list