[Xfce4-commits] <midori:master> Popdown completion when location text is changed explicitly

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


Updating branch refs/heads/master
         to 0442113b94e337d89f2aa0d5a56b21cf06cd0e24 (commit)
       from 8aba77a0e9edb7baecde22c7ded14c8550071f5c (commit)

commit 0442113b94e337d89f2aa0d5a56b21cf06cd0e24
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Jan 20 23:20:28 2010 +0100

    Popdown completion when location text is changed explicitly
    
    Programmatic changes are done when adding, closing or switching
    the current tab, and that should popdown completion.

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

diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
index 274e513..f4fccee 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -1582,6 +1582,8 @@ midori_location_action_set_text (MidoriLocationAction* location_action,
     g_return_if_fail (MIDORI_IS_LOCATION_ACTION (location_action));
     g_return_if_fail (text != NULL);
 
+    midori_location_action_popdown_completion (location_action);
+
     katze_assign (location_action->text, g_strdup (text));
 
     if (!(proxies = gtk_action_get_proxies (GTK_ACTION (location_action))))



More information about the Xfce4-commits mailing list