[uim-commit] r2990 - trunk/xim

ekato at freedesktop.org ekato at freedesktop.org
Tue Jan 24 19:07:27 PST 2006


Author: ekato
Date: 2006-01-24 19:07:23 -0800 (Tue, 24 Jan 2006)
New Revision: 2990

Modified:
   trunk/xim/ximim.cpp
Log:
* xim/ximim.cpp (XimIM_impl::forward_event) : Reply even if
  the type of incoming event is not known.


Modified: trunk/xim/ximim.cpp
===================================================================
--- trunk/xim/ximim.cpp	2006-01-24 12:54:43 UTC (rev 2989)
+++ trunk/xim/ximim.cpp	2006-01-25 03:07:23 UTC (rev 2990)
@@ -329,6 +329,8 @@
 	break;
     default:
 	printf("unknown type of forwarded event.(%d)\n", k.ev.type);
+	if (!(g_option_mask & OPT_ON_DEMAND_SYNC))
+	    send_sync_reply(icid);
 	break;
     }
 }



More information about the uim-commit mailing list