diff options
author | Jihoon Kim <imfine98@gmail.com> | 2013-01-29 04:41:23 +0000 |
---|---|---|
committer | Jihoon Kim <imfine98@gmail.com> | 2013-01-29 04:41:23 +0000 |
commit | 3291f02bff573c90c4cd55459f5325848f1653bd (patch) | |
tree | 3e7492684c6b9993cdbaa2657f787093409054fb /src/lib/ecore_imf | |
parent | 27968b4fec1350070ad60860bf067b8651a09880 (diff) |
efl/ecore_imf: fix wrong commit. name, address type shouldn't be uploaded :(
SVN revision: 83403
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 22a8137ea3..1fc25c804c 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -263,9 +263,7 @@ typedef enum | |||
263 | ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */ | 263 | ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */ |
264 | ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */ | 264 | ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */ |
265 | ECORE_IMF_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout including ESC, Alt, Ctrl key, so on (no auto-correct, no auto-capitalization) @since 1.2 */ | 265 | ECORE_IMF_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout including ESC, Alt, Ctrl key, so on (no auto-correct, no auto-capitalization) @since 1.2 */ |
266 | ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */ | 266 | ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */ |
267 | ECORE_IMF_INPUT_PANEL_LAYOUT_NAME, /**< Name layout */ | ||
268 | ECORE_IMF_INPUT_PANEL_LAYOUT_ADDRESS, /**< Address layout */ | ||
269 | } Ecore_IMF_Input_Panel_Layout; | 267 | } Ecore_IMF_Input_Panel_Layout; |
270 | 268 | ||
271 | /** | 269 | /** |