initialize depricated_dunstrc_shortcuts

This commit is contained in:
Sascha Kruse 2012-07-25 10:07:06 +02:00
parent b06a94c8fc
commit a369f5d344

View File

@ -105,7 +105,7 @@ static enum follow_mode f_mode = FOLLOW_NONE;
int next_notification_id = 1; int next_notification_id = 1;
int depricated_mod = False; int depricated_mod = False;
int depricated_dunstrc_shortcuts; int depricated_dunstrc_shortcuts = False;
/* notification lists */ /* notification lists */
list *notification_queue = NULL; /* all new notifications get into here */ list *notification_queue = NULL; /* all new notifications get into here */