From 49a21044cab43043598b972b9dee200a2b51c60b Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 1 May 2014 17:00:25 +0200 Subject: [PATCH] ges-launch: When a scenario is set, don't request triplets --- tools/ges-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ges-launch.c b/tools/ges-launch.c index e4ec8d6ac0..a9286563da 100644 --- a/tools/ges-launch.c +++ b/tools/ges-launch.c @@ -808,7 +808,7 @@ main (int argc, gchar ** argv) } tried_uris = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); - if (((!load_path && (argc < 4)))) { + if (((!load_path && !scenario && (argc < 4)))) { g_printf ("%s", g_option_context_get_help (ctx, TRUE, NULL)); g_option_context_free (ctx); exit (1);