mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
webchannels/xmltv-setup: extend keyboard input
Origin commit data
------------------
Branch: ni/coolstream
Commit: 56023a5dcb
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Origin message was:
------------------
- webchannels/xmltv-setup: extend keyboard input
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -100,7 +100,7 @@ int CWebChannelsSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
{
|
||||
std::string entry = dirname;
|
||||
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBCHANNELS_XML_ENTER, &entry, 50);
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBCHANNELS_XML_ENTER, &entry, 255);
|
||||
e->exec(this, "");
|
||||
delete e;
|
||||
|
||||
@@ -161,7 +161,7 @@ int CWebChannelsSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
tpl += "?mode=tv";
|
||||
std::string entry = tpl;
|
||||
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBCHANNELS_XML_ENTER, &entry, 52);
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBCHANNELS_XML_ENTER, &entry, 255);
|
||||
e->exec(this, "");
|
||||
delete e;
|
||||
|
||||
|
Reference in New Issue
Block a user