From ca914f6ec8f0c0c1c9699853c427b6abb8867fa1 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 7 Jan 2007 23:18:37 +0000 Subject: [PATCH] Input_Method is GUId now, update e_config.h to reflect. SVN revision: 27854 --- src/bin/e_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_config.h b/src/bin/e_config.h index dcb4235d5..bb38a9920 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -186,7 +186,7 @@ struct _E_Config int cursor_size; //GUI int menu_autoscroll_margin; // GUI int menu_autoscroll_cursor_margin; // GUI - const char *input_method; + const char *input_method; // GUI struct { int move; int resize;