Allow button handling for selection and context menu in location entry
This commit is contained in:
parent
897af36ed5
commit
8aba77a0e9
1 changed files with 2 additions and 1 deletions
|
@ -889,7 +889,8 @@ midori_location_action_button_press_event_cb (GtkEntry* entry,
|
|||
{
|
||||
midori_location_action_popdown_completion (action);
|
||||
|
||||
return TRUE;
|
||||
/* Allow button handling, for context menu and selection */
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue