Commit 345a7a29 authored by Victor Ananjesky's avatar Victor Ananjesky

fix parsing extra argument in html dialog

parent 46454d5a
...@@ -451,7 +451,7 @@ html_create_widget (GtkWidget * dlg) ...@@ -451,7 +451,7 @@ html_create_widget (GtkWidget * dlg)
g_io_add_watch (ch, G_IO_IN | G_IO_HUP, handle_stdin, NULL); g_io_add_watch (ch, G_IO_IN | G_IO_HUP, handle_stdin, NULL);
} }
else if (options.extra_data) else if (options.extra_data)
load_uri (options.extra_data); load_uri (options.extra_data[0]);
return sw; return sw;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment