efl/ecore_imf: fix wrong commit. name, address type shouldn't be uploaded :(

SVN revision: 83403
This commit is contained in:
Jihoon Kim 2013-01-29 04:41:23 +00:00
parent 27968b4fec
commit 3291f02bff
1 changed files with 1 additions and 3 deletions

View File

@ -263,9 +263,7 @@ typedef enum
ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */
ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */
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 */
ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */
ECORE_IMF_INPUT_PANEL_LAYOUT_NAME, /**< Name layout */
ECORE_IMF_INPUT_PANEL_LAYOUT_ADDRESS, /**< Address layout */
ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */
} Ecore_IMF_Input_Panel_Layout;
/**