[Xfce4-commits] <midori:master> Allow button handling for selection and context menu in location entry

Christian Dywan noreply at xfce.org
Wed Jan 20 23:22:02 CET 2010


Updating branch refs/heads/master
         to 8aba77a0e9edb7baecde22c7ded14c8550071f5c (commit)
       from 897af36ed59ad5a14e7f6f23871ae0b5ccfc0283 (commit)

commit 8aba77a0e9edb7baecde22c7ded14c8550071f5c
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Jan 20 23:16:29 2010 +0100

    Allow button handling for selection and context menu in location entry

 midori/midori-locationaction.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
index 9cfc0a1..274e513 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -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;



More information about the Xfce4-commits mailing list