package upload
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 19 May 2011 06:41:39 +0000 (15:41 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 19 May 2011 06:41:39 +0000 (15:41 +0900)
Change-Id: Ic5df5bb2529f02b09f891b69014ba30fbfd41c10

debian/changelog
src/lib/edje_entry.c

index df95afc..e0dd0ab 100644 (file)
@@ -1,3 +1,11 @@
+edje (1.0.0.001+svn.58214slp2+build05) unstable; urgency=low
+
+  * Package Upload
+  * Git: 165.213.180.234:/slp/pkgs/e/edje
+  * Tag: edje_1.0.0.001+svn.58214slp2+build05
+
+ -- Jihoon Kim <jihoon48.kim@samsung.com>  Thu, 19 May 2011 15:21:03 +0900
+
 edje (1.0.0.001+svn.58214slp2+build04) unstable; urgency=low
 
   * Package Upload
index d210699..88e3a06 100644 (file)
@@ -2808,8 +2808,6 @@ _edje_entry_text_markup_set(Edje_Real_Part *rp, const char *text)
 {
    Entry *en = rp->entry_data;
    if (!en) return;
-   // set text as markup
-   _sel_clear(en->cursor, rp->object, en);
 #ifdef HAVE_ECORE_IMF
    if ((en->have_preedit) && (en->imf_context))
      {
@@ -2817,6 +2815,8 @@ _edje_entry_text_markup_set(Edje_Real_Part *rp, const char *text)
         ecore_main_loop_iterate();
      }
 #endif
+   // set text as markup
+   _sel_clear(en->cursor, rp->object, en);
    evas_object_textblock_text_markup_set(rp->object, text);
 
    _anchors_get(en->cursor, rp->object, en);