[evince] shell: support the launch of multiple URI arguments
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] shell: support the launch of multiple URI arguments
- Date: Fri, 16 Oct 2015 13:09:49 +0000 (UTC)
commit 28f8be70a6a8c941ef8326cf831238365eae4689
Author: Felipe Borges <felipeborges gnome org>
Date: Fri Oct 2 10:00:35 2015 +0200
shell: support the launch of multiple URI arguments
https://bugzilla.gnome.org/show_bug.cgi?id=755796
shell/ev-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 7134d52..2a2830b 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]