mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
[project @ 2005-04-22 00:58:05 by adrianl]
No selection when searching on non-html content svn path=/import/netsurf/; revision=1677
This commit is contained in:
parent
8da644f442
commit
1e673368d1
@ -204,8 +204,10 @@ void end_search(void)
|
||||
{
|
||||
struct list_entry *a, *b;
|
||||
|
||||
selection_clear(search_selection, true);
|
||||
selection_destroy(search_selection);
|
||||
if (search_selection) {
|
||||
selection_clear(search_selection, true);
|
||||
selection_destroy(search_selection);
|
||||
}
|
||||
search_selection = 0;
|
||||
|
||||
search_current_window = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user