ecore/scim-immodule: fix wrong upload in 70206
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Apr 2012 06:02:52 +0000 (06:02 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Apr 2012 06:02:52 +0000 (06:02 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@70207 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/immodules/scim/scim_imcontext.cpp

index d5b0bb5..5b01cbd 100644 (file)
@@ -1120,8 +1120,6 @@ isf_imf_context_preedit_string_with_attributes_get(Ecore_IMF_Context *ctx, char*
 
         if (attrs)
           {
-              *attrs = NULL;
-#if 0
              if (mbs.length())
                {
                   int start_index, end_index;
@@ -1218,7 +1216,6 @@ isf_imf_context_preedit_string_with_attributes_get(Ecore_IMF_Context *ctx, char*
 
                   delete [] attrs_flag;
                }
-#endif
           }
      }
    else