]> git.sesse.net Git - vlc/commit
Save the fact that an item has a callback, not the callback itself
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 20 Jan 2010 18:44:05 +0000 (20:44 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 20 Jan 2010 18:46:13 +0000 (20:46 +0200)
commit4e9e9f5cac1a576cc3c27695d00a11535a8219d6
tree24d9e1a629b5c8a2f3ccfbf50bd168c39e6d8f14
parentabd557df02046acb2f4d7bbb66c851bc282c2eae
Save the fact that an item has a callback, not the callback itself

Saving pointers in the cache makes no sense. In this case, we only want
to know that the plugin must be preloaded so that the configuration item
callback works from the preference dialog.
src/modules/cache.c