summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.c b/config.c
index 59dfcef2..47155df8 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c,v 1.113 2012-03-17 19:40:48 phintuka Exp $
+ * $Id: config.c,v 1.114 2012-03-19 11:29:14 phintuka Exp $
*
*/
@@ -714,6 +714,7 @@ config_t::config_t() {
media_enable_delete = 0;
main_menu_mode = ShowMenu;
+ last_hotkey = -1;//kNone;
force_primary_device = 0;
};