Merge remote-tracking branch 'origin/experimental' into experimental

This commit is contained in:
DYefremov
2018-04-01 09:39:29 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ Ctrl + R, F2 - rename.
Ctrl + S, T in Satellites edit tool for create satellite or transponder.
Ctrl + L - parental lock.
Ctrl + H - hide/skip.
Left/Right - remove selection.
Space - select/deselect.
Left/Right - remove selection.
### Extra:
Multiple selections in lists only with Space key (as in file managers).

View File

@@ -2,7 +2,7 @@ import re
import os
from app.commons import run_idle
from app.eparser import Service, get_satellites
from app.eparser import Service
from app.eparser.ecommons import MODULATION, Inversion, ROLL_OFF, Pilot, Flag, Pids, POLARIZATION, \
get_key_by_value, get_value_by_name, FEC_DEFAULT, PLS_MODE, SERVICE_TYPE
from app.properties import Profile
@@ -266,7 +266,6 @@ class ServiceDetailsDialog:
# ***************** Init Neutrino data *********************#
def init_neutrino_data(self, srv):
srv_data = srv.data_id.split(":")
tr_data = srv.transponder.split(":")
self._transponder_id_entry.set_text(str(int(tr_data[0], 16)))
self._network_id_entry.set_text(str(int(tr_data[1], 16)))