set need_im_reset to FALSE instead of 0.
2008-07-04 Michael Natterer <mitch@imendio.com> * gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset to FALSE instead of 0. svn path=/trunk/; revision=20762
This commit is contained in:
committed by
Michael Natterer
parent
da4da16baf
commit
a63ba82b64
@ -1,3 +1,8 @@
|
|||||||
|
2008-07-04 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
|
* gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset
|
||||||
|
to FALSE instead of 0.
|
||||||
|
|
||||||
2008-07-04 Michael Natterer <mitch@imendio.com>
|
2008-07-04 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
Allocate with GSlice:
|
Allocate with GSlice:
|
||||||
|
|||||||
@ -3788,7 +3788,7 @@ _gtk_entry_reset_im_context (GtkEntry *entry)
|
|||||||
{
|
{
|
||||||
if (entry->need_im_reset)
|
if (entry->need_im_reset)
|
||||||
{
|
{
|
||||||
entry->need_im_reset = 0;
|
entry->need_im_reset = FALSE;
|
||||||
gtk_im_context_reset (entry->im_context);
|
gtk_im_context_reset (entry->im_context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user