From a1dada9a55e632ccdf7e3b330fb15d55ebdd2865 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 15 Oct 2018 12:36:03 +0300 Subject: [PATCH] fix showing iptv dialog for neutrino --- app/ui/iptv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/iptv.py b/app/ui/iptv.py index 49c36c11..5a6a0f83 100644 --- a/app/ui/iptv.py +++ b/app/ui/iptv.py @@ -66,7 +66,7 @@ class IptvDialog: el.get_style_context().add_provider_for_screen(Gdk.Screen.get_default(), self._style_provider, Gtk.STYLE_PROVIDER_PRIORITY_USER) if profile is Profile.NEUTRINO_MP: - builder.get_object("iptv_data_box").set_visible(False) + builder.get_object("iptv_dialog_ts_data_frame").set_visible(False) builder.get_object("iptv_type_label").set_visible(False) builder.get_object("reference_entry").set_visible(False) builder.get_object("iptv_reference_label").set_visible(False)