GNOME Bugzilla – Bug 725824
gtkentrycompletion: fix a critical warning
Last modified: 2014-03-06 14:41:36 UTC
format=0x7fffef2f8470 "Source ID %u was not found when attempting to remove it", args=0x7fffffffa798) at gmessages.c:1033 at gmessages.c:1071 marshal_data=0x0) at gmarshal.c:85 invocation_hint=0x7fffffffb140, marshal_data=0x7ffff178260c <gtk_entry_real_insert_text>) at gtkmarshalers.c:7271 marshal_data=0x10) at gclosure.c:1012 param_types=0x94a030) at gmarshal.c:1004 param_types=0x94a030) at gmarshal.c:1004 invocation_hint=0x7fffffffc4d0, marshal_data=0x7ffff178162f <gtk_entry_key_press>) at gtkmarshalers.c:85 at gclosure.c:768 marshal_data=0x431f56 <ephy_window_key_press_event>, n_params=1, param_types=0x6fd4d0) at gtkmarshalers.c:130 param_types=0x6fd4d0) at gclosure.c:988 at gclosure.c:831
Created attachment 271111 [details] [review] gtkentrycompletion: fix a critical warning There are early returns in this method before the completion timeout is set later on, so set the source to 0 to avoid trying to remove it later again.
<Company> claudio: looks good, please push Attachment 271111 [details] pushed as 578d43c - gtkentrycompletion: fix a critical warning