diff options
author | Sven Gothel <[email protected]> | 2018-01-12 02:59:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2018-01-12 02:59:26 +0100 |
commit | eefec4bd8fd57de03c06d5c8a5fbdb210aa90604 (patch) | |
tree | 056a60e405d53840f2419f34504b7f95c9f80fa5 /gtk/src/queuehandler.c | |
parent | 236863bdc00677721a378bcd314d7c9d26bfb241 (diff) | |
parent | a99c70a39041e5e7002a596d9c6201e746ef6d73 (diff) |
Merge branch 'ffmpeg' into nvenc-encoder
Diffstat (limited to 'gtk/src/queuehandler.c')
-rw-r--r-- | gtk/src/queuehandler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c index 5778ee486..ed3721ef0 100644 --- a/gtk/src/queuehandler.c +++ b/gtk/src/queuehandler.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * queuehandler.c - * Copyright (C) John Stebbins 2008-2017 <stebbins@stebbins> + * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins> * * queuehandler.c is free software. * @@ -205,7 +205,7 @@ add_to_queue_list(signal_user_data_t *ud, GhbValue *queueDict, GtkTreeIter *pite title = ghb_dict_get_int(uiDict, "title"); start_point = ghb_dict_get_int(uiDict, "start_point"); end_point = ghb_dict_get_int(uiDict, "end_point"); - vol_name = ghb_dict_get_string(uiDict, "volume_label"); + vol_name = ghb_dict_get_string(uiDict, "volume"); dest = ghb_dict_get_string(uiDict, "destination"); basename = g_path_get_basename(dest); escape = g_markup_escape_text(basename, -1); |