[entry] change pasting type
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Mon, 27 Sep 2010 09:04:47 +0000 (18:04 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Mon, 27 Sep 2010 09:04:47 +0000 (18:04 +0900)
src/lib/elm_entry.c

index 75d5a53..64f70c7 100644 (file)
@@ -1441,7 +1441,7 @@ _event_selection_clear(void *data, int type __UNUSED__, void *event)
                return ECORE_CALLBACK_PASS_ON;
        }
 
-       elm_selection_get(1/*ELM_SEL_SECONDARY*/,0x1/*ELM_SEL_FORMAT_TEXT*/,data);
+       elm_selection_get(ELM_SEL_SECONDARY,ELM_SEL_FORMAT_MARKUP,data);
        // end for cbhm
    return ECORE_CALLBACK_PASS_ON;
 }