vlc | branch: master | Marvin Scholz <epira...@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.

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to