]> spindle.queued.net Git - midori/commitdiff
Allow button handling for selection and context menu in location entry
authorChristian Dywan <christian@twotoasts.de>
Wed, 20 Jan 2010 22:16:29 +0000 (23:16 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 20 Jan 2010 22:16:29 +0000 (23:16 +0100)
midori/midori-locationaction.c

index 9cfc0a1dfdb867b87cd1c919e5bd15fdd2fa69b4..274e513884555b4de9fa490cb888985fbc3a4e7a 100644 (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;