Skip to content

Commit

Permalink
shell: support the launch of multiple URI arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Borges committed Oct 16, 2015
1 parent e001400 commit 28f8be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/ev-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ev_spawn (const char *uri,
}

cmdline = g_string_free (cmd, FALSE);
app = g_app_info_create_from_commandline (cmdline, NULL, 0, &error);
app = g_app_info_create_from_commandline (cmdline, NULL, G_APP_INFO_CREATE_SUPPORTS_URIS, &error);

if (app != NULL) {
GList uri_list;
Expand Down

0 comments on commit 28f8be7

Please sign in to comment.