devilhorns pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=10542a205f7395902264e3a86766b499ba2a7f24
commit 10542a205f7395902264e3a86766b499ba2a7f24 Author: Chris Michael <[email protected]> Date: Thu Sep 11 08:20:53 2014 -0400 Revert "terminology: Remove unused variable" This reverts commit e82dea1d278ea4d71c796be595af739f297e9767. Oopsie, revert this one....my compiler apparently was lying to me :( --- src/bin/keyin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/keyin.c b/src/bin/keyin.c index e34c023..a8cb5e7 100644 --- a/src/bin/keyin.c +++ b/src/bin/keyin.c @@ -1058,6 +1058,7 @@ keyin_remove_config(Config_Keys *key) int key_bindings_load(Config *config) { + Shortcut_Action *action = _actions; Config_Keys *key; Eina_List *l; --
