efl/ecore_imf: fix wrong commit
authorJihoon Kim <imfine98@gmail.com>
Tue, 8 Jan 2013 02:05:53 +0000 (02:05 +0000)
committerJihoon Kim <imfine98@gmail.com>
Tue, 8 Jan 2013 02:05:53 +0000 (02:05 +0000)
SVN revision: 82375

src/lib/ecore_imf/Ecore_IMF.h

index 285ea48..e90b6b4 100644 (file)
@@ -78,8 +78,7 @@ typedef enum
 {
    ECORE_IMF_INPUT_PANEL_STATE_SHOW,        /**< Notification after the display of the input panel @since 1.7 */
    ECORE_IMF_INPUT_PANEL_STATE_HIDE,        /**< Notification prior to the dismissal of the input panel @since 1.7 */
-   ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW,   /**< Notification prior to the display of the input panel @since 1.7 */
-   ECORE_IMF_INPUT_PANEL_STATE_WILL_HIDE    /**< Notification prior to the dismissal of the input panel @since 1.8 */
+   ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW    /**< Notification prior to the display of the input panel @since 1.7 */
 } Ecore_IMF_Input_Panel_State;
 
 typedef enum