Fix arguments given to midori_browser_save_source
This commit is contained in:
parent
1dc6e23b9e
commit
bfe8f9b879
1 changed files with 1 additions and 1 deletions
|
@ -3431,7 +3431,7 @@ _action_source_view_activate (GtkAction* action,
|
||||||
if (!data)
|
if (!data)
|
||||||
return;
|
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))
|
if (!(text_editor && *text_editor))
|
||||||
{
|
{
|
||||||
GtkWidget* source;
|
GtkWidget* source;
|
||||||
|
|
Loading…
Reference in a new issue