Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pchenthill
evolution-data-server
fix-bnc-223529.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-bnc-223529.diff of Package evolution-data-server
Index: libedataserverui/e-name-selector-entry.c =================================================================== --- libedataserverui/e-name-selector-entry.c (revision 7633) +++ libedataserverui/e-name-selector-entry.c (working copy) @@ -1460,6 +1460,10 @@ user_focus_out (ENameSelectorEntry *name if (!event_focus->in && priv->is_completing) { entry_activate (name_selector_entry); } + + if (name_selector_entry->type_ahead_complete_cb_id) { + g_source_remove (name_selector_entry->type_ahead_complete_cb_id); + } clear_completion_model (name_selector_entry);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor