[uim-commit] r713 - trunk/xim

ekato at freedesktop.org ekato at freedesktop.org
Thu Feb 24 04:04:53 PST 2005


Author: ekato
Date: 2005-02-24 04:04:50 -0800 (Thu, 24 Feb 2005)
New Revision: 713

Modified:
   trunk/xim/ximserver.cpp
Log:
* xim/ximserver.cpp (InputContext::focusIn) : Fix to update
  prop_{label,list} properly when focus_in (related to the changes
  in r612).


Modified: trunk/xim/ximserver.cpp
===================================================================
--- trunk/xim/ximserver.cpp	2005-02-24 10:31:20 UTC (rev 712)
+++ trunk/xim/ximserver.cpp	2005-02-24 12:04:50 UTC (rev 713)
@@ -480,9 +480,9 @@
 
     check_helper_connection();
     uim_helper_client_focus_in(mUc);
+    mFocusedContext = this;
     uim_prop_list_update(mUc);	
     uim_prop_label_update(mUc);	
-    mFocusedContext = this;
 }
 
 void



More information about the Uim-commit mailing list