Codebase list sugar-log-activity / 046a631
Fix log warning source_remove was being called with an invalid source id after a previous call was made. James Cameron 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
602602 def _search_entry_activate_cb(self, entry):
603603 if self._autosearch_timer:
604604 GLib.source_remove(self._autosearch_timer)
605 self._autosearch_timer = None
605606 self.viewer.set_search_text(entry.props.text)
606607 self._update_search_buttons()
607608