From 08a31e9aa075cad57a94dad6aba2c9504bf7274c Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sun, 16 Sep 2018 23:40:02 +0300 Subject: [PATCH] added verification on service type before rename for the bouquet --- app/ui/main_app_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/main_app_window.py b/app/ui/main_app_window.py index ce82f204..672047ae 100644 --- a/app/ui/main_app_window.py +++ b/app/ui/main_app_window.py @@ -1225,7 +1225,7 @@ class MainAppWindow: if srv_type == BqServiceType.IPTV.name: show_dialog(DialogType.ERROR, self._main_window, "This item is not allowed to edit!") - return + return response = show_dialog(DialogType.INPUT, self._main_window, cur_name) if response == Gtk.ResponseType.CANCEL: