From: John Stebbins Date: Wed, 27 Sep 2017 17:04:06 +0000 (-0700) Subject: LinGui: allow angles when dvdnav is disabled X-Git-Tag: 1.1.0~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=637e9b814ab2a064db47a830564f263dad54fdc2;p=handbrake LinGui: allow angles when dvdnav is disabled Other source types can also have multiples angles --- diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index 91dfc6347..c2f709f18 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -2362,7 +2362,6 @@ title_changed_cb(GtkWidget *widget, signal_user_data_t *ud) gtk_range_set_range(GTK_RANGE(widget), 1, preview_count); ghb_reset_preview_image(ud); - //ghb_preview_set_visible(ud); } } diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py index 717611b3c..759898400 100644 --- a/gtk/src/makedeps.py +++ b/gtk/src/makedeps.py @@ -12,8 +12,6 @@ dep_map = ( DepEntry("title", "end_point", "none", True, False), DepEntry("title", "angle", "none", True, False), DepEntry("title", "angle_label", "1", True, False), - DepEntry("use_dvdnav", "angle", "0", True, True), - DepEntry("use_dvdnav", "angle_label", "0", True, True), DepEntry("angle_count", "angle", "1", True, True), DepEntry("angle_count", "angle_label", "1", True, True), DepEntry("vquality_type_bitrate", "VideoAvgBitrate", "1", False, False),