From: John Stebbins Date: Wed, 26 Oct 2016 21:58:19 +0000 (-0700) Subject: LinGui: use HB_ERROR_CANCELED status ... X-Git-Tag: 1.0.0~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e26810a02f5f919ec875122c3edd3f5058c01e4e;p=handbrake LinGui: use HB_ERROR_CANCELED status ... ... rather than tracking canceled jobs internally in the UI. --- diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index 4d027c881..051a21dd2 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -3466,9 +3466,6 @@ ghb_backend_events(signal_user_data_t *ud) index = find_queue_job(ud->queue, status.queue.unique_id, &queueDict); treeview = GTK_TREE_VIEW(GHB_WIDGET(ud->builder, "queue_list")); store = gtk_tree_view_get_model(treeview); - if (ud->cancel_encode == GHB_CANCEL_ALL || - ud->cancel_encode == GHB_CANCEL_CURRENT) - status.queue.error = GHB_ERROR_CANCELED; switch( status.queue.error ) { case GHB_ERROR_NONE: