[Xfce4-commits] <midori:master> Fix arguments given to midori_browser_save_source

Christian Dywan noreply at xfce.org
Sat Nov 19 21:38:02 CET 2011


Updating branch refs/heads/master
         to bfe8f9b8794be8705f25ab0233b127d39ffb8177 (commit)
       from 1dc6e23b9ef2aec61d21f4b9c12e1745d4dcd081 (commit)

commit bfe8f9b8794be8705f25ab0233b127d39ffb8177
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Nov 19 21:07:43 2011 +0100

    Fix arguments given to midori_browser_save_source

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

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 6866f31..4aea650 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -3431,7 +3431,7 @@ _action_source_view_activate (GtkAction*     action,
     if (!data)
         return;
 
-    filename = midori_browser_save_source (uri, data, NULL, view);
+    filename = midori_browser_save_source (uri, data->str, data->len, NULL);
     if (!(text_editor && *text_editor))
     {
         GtkWidget* source;


More information about the Xfce4-commits mailing list