mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix bug where we called get_surrounding on the context,. not the slave.
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding): Fix bug where we called get_surrounding on the context,. not the slave.
This commit is contained in:
parent
b4edb9da99
commit
f412d947c5
@ -1,3 +1,9 @@
|
||||
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding):
|
||||
Fix bug where we called get_surrounding on the context,.
|
||||
not the slave.
|
||||
|
||||
Thu Feb 14 00:10:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding):
|
||||
Fix bug where we called get_surrounding on the context,.
|
||||
not the slave.
|
||||
|
||||
Thu Feb 14 00:10:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding):
|
||||
Fix bug where we called get_surrounding on the context,.
|
||||
not the slave.
|
||||
|
||||
Thu Feb 14 00:10:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding):
|
||||
Fix bug where we called get_surrounding on the context,.
|
||||
not the slave.
|
||||
|
||||
Thu Feb 14 00:10:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding):
|
||||
Fix bug where we called get_surrounding on the context,.
|
||||
not the slave.
|
||||
|
||||
Thu Feb 14 00:10:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding):
|
||||
Fix bug where we called get_surrounding on the context,.
|
||||
not the slave.
|
||||
|
||||
Thu Feb 14 00:10:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Feb 14 11:13:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding):
|
||||
Fix bug where we called get_surrounding on the context,.
|
||||
not the slave.
|
||||
|
||||
Thu Feb 14 00:10:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
|
||||
|
@ -353,7 +353,7 @@ gtk_im_multicontext_get_surrounding (GtkIMContext *context,
|
||||
GtkIMContext *slave = gtk_im_multicontext_get_slave (multicontext);
|
||||
|
||||
if (slave)
|
||||
return gtk_im_context_get_surrounding (context, text, cursor_index);
|
||||
return gtk_im_context_get_surrounding (slave, text, cursor_index);
|
||||
else
|
||||
{
|
||||
if (text)
|
||||
|
Loading…
Reference in New Issue
Block a user