[Xfce4-commits] <midori:master> Fix passing of commands in midori_normal_app_new

Christian Dywan noreply at xfce.org
Tue Mar 12 18:16:03 CET 2013


Updating branch refs/heads/master
         to 9241cb17efd9c6d0b6af7540b53b17a45802602f (commit)
       from 4aca9bb410557e66d7f5906334bd4992da3c7d8a (commit)

commit 9241cb17efd9c6d0b6af7540b53b17a45802602f
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Mar 12 18:13:31 2013 +0100

    Fix passing of commands in midori_normal_app_new
    
    Fixes: https://bugs.launchpad.net/midori/+bug/1153086

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

diff --git a/midori/midori-frontend.c b/midori/midori-frontend.c
index 9e9415e..6322ff5 100644
--- a/midori/midori-frontend.c
+++ b/midori/midori-frontend.c
@@ -394,7 +394,7 @@ midori_normal_app_new (const gchar* config,
         gboolean result = FALSE;
         GtkWidget* dialog;
 
-        if (execute_commands != NULL && midori_app_send_command (app, open_uris))
+        if (execute_commands != NULL && midori_app_send_command (app, execute_commands))
             return NULL;
         if (open_uris != NULL && midori_app_instance_send_uris (app, open_uris))
             return NULL;


More information about the Xfce4-commits mailing list