Allow button handling for selection and context menu in location entry

This commit is contained in:
Christian Dywan 2010-01-20 23:16:29 +01:00
parent 897af36ed5
commit 8aba77a0e9

View file

@ -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;