mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
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:
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>
|
||||
|
||||
Allocate with GSlice:
|
||||
|
@ -3788,7 +3788,7 @@ _gtk_entry_reset_im_context (GtkEntry *entry)
|
||||
{
|
||||
if (entry->need_im_reset)
|
||||
{
|
||||
entry->need_im_reset = 0;
|
||||
entry->need_im_reset = FALSE;
|
||||
gtk_im_context_reset (entry->im_context);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user