projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ccd514
)
imcontextsimple: Don't use g_object_unref on events
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Mar 2020 18:29:08 +0000
(14:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Mar 2020 18:29:08 +0000
(14:29 -0400)
Events are not objects anymore.
gtk/gtkimcontextsimple.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextsimple.c
b/gtk/gtkimcontextsimple.c
index 645f7cd4ca85f956bbe767d2dc2d8d8f555e48d5..a96b3f0646cd7c863825d0cedfac6f9d6087a4f8 100644
(file)
--- a/
gtk/gtkimcontextsimple.c
+++ b/
gtk/gtkimcontextsimple.c
@@
-929,7
+929,7
@@
no_sequence_matches (GtkIMContextSimple *context_simple,
0);
gtk_im_context_filter_keypress (context, tmp_event);
- g
_objec
t_unref (tmp_event);
+ g
dk_even
t_unref (tmp_event);
}
return gtk_im_context_filter_keypress (context, event);