[uim-commit] r861 - trunk/xim

ekato at freedesktop.org ekato at freedesktop.org
Sat Jun 4 05:17:38 PDT 2005


Author: ekato
Date: 2005-06-04 05:17:36 -0700 (Sat, 04 Jun 2005)
New Revision: 861

Modified:
   trunk/xim/main.cpp
Log:
* xim/main.cpp (reload_uim) : Update focused context (if exists).


Modified: trunk/xim/main.cpp
===================================================================
--- trunk/xim/main.cpp	2005-06-02 07:30:31 UTC (rev 860)
+++ trunk/xim/main.cpp	2005-06-04 12:17:36 UTC (rev 861)
@@ -538,6 +538,10 @@
 	}
     }
     pretrans_setup();
+
+    InputContext *focusedContext = InputContext::focusedContext();
+    if (focusedContext)
+	focusedContext->focusIn();
 }
 
 int



More information about the uim-commit mailing list