[vlc-commits] Changing a global hotkey requires restart

Rémi Denis-Courmont git at videolan.org
Mon Jan 24 22:02:22 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 24 23:02:08 2011 +0200| [231453d40a0901d80779ac8481aadb760384946b] | committer: Rémi Denis-Courmont

Changing a global hotkey requires restart

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

 include/vlc_plugin.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index 15bdef4..1912dab 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -344,6 +344,7 @@ enum vlc_module_properties
 #define add_key( name, value, text, longtext, advc ) \
     add_int_inner( CONFIG_ITEM_KEY, "global-" name, text, longtext, advc, \
                    KEY_UNSET ) \
+        change_need_restart() \
     add_int_inner( CONFIG_ITEM_KEY, name, text, longtext, advc, value )
 
 #define add_integer_with_range( name, value, i_min, i_max, p_callback, text, longtext, advc ) \



More information about the vlc-commits mailing list