Revision: 6267
Author: nogu.dev
Date: Sun Mar 21 15:18:57 2010
Log: * qt4/immodule/candidatewindow.cpp
- Don't compare value of "eb-enable-for-annotation?"
with UIM_TRUE. See uim/uim.h.
http://code.google.com/p/uim/source/detail?r=6267
Modified:
/trunk/qt4/immodule/candidatewindow.cpp
=======================================
--- /trunk/qt4/immodule/candidatewindow.cpp Mon Mar 8 02:25:45 2010
+++ /trunk/qt4/immodule/candidatewindow.cpp Sun Mar 21 15:18:57 2010
@@ -64,7 +64,7 @@
: QFrame( parent, candidateFlag ), nrCandidates( 0 ), displayLimit( 0 ),
candidateIndex( -1 ), pageIndex( -1 ), ic( 0 ), isAlwaysLeft( false ),
subWin( 0 ), hasAnnotation( uim_scm_symbol_value_bool(
- "eb-enable-for-annotation?" ) == UIM_TRUE ), window( 0 )
+ "eb-enable-for-annotation?" ) ), window( 0 )
{
setFrameStyle( Raised | NoFrame );
To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or
reply to this email with the words "REMOVE ME" as the subject.