mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- webchannels/xmltv-setup: extend keyboard input
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -101,7 +101,7 @@ int CWebChannelsSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
|||||||
{
|
{
|
||||||
std::string entry = dirname;
|
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, "");
|
e->exec(this, "");
|
||||||
delete e;
|
delete e;
|
||||||
|
|
||||||
@@ -162,7 +162,7 @@ int CWebChannelsSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
|||||||
tpl += "?mode=tv";
|
tpl += "?mode=tv";
|
||||||
std::string entry = tpl;
|
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, "");
|
e->exec(this, "");
|
||||||
delete e;
|
delete e;
|
||||||
|
|
||||||
|
@@ -74,7 +74,7 @@ int CXMLTVSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
|||||||
{
|
{
|
||||||
std::string entry = dirname;
|
std::string entry = dirname;
|
||||||
|
|
||||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_XMLTV_XML_ENTER, &entry, 50);
|
CKeyboardInput *e = new CKeyboardInput(LOCALE_XMLTV_XML_ENTER, &entry, 255);
|
||||||
e->exec(this, "");
|
e->exec(this, "");
|
||||||
delete e;
|
delete e;
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ int CXMLTVSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
|||||||
std::string tpl = "http://xxx.xxx.xxx.xxx/control/xmltv.xml";
|
std::string tpl = "http://xxx.xxx.xxx.xxx/control/xmltv.xml";
|
||||||
std::string entry = tpl;
|
std::string entry = tpl;
|
||||||
|
|
||||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_XMLTV_XML_ENTER, &entry, 50);
|
CKeyboardInput *e = new CKeyboardInput(LOCALE_XMLTV_XML_ENTER, &entry, 255);
|
||||||
e->exec(this, "");
|
e->exec(this, "");
|
||||||
delete e;
|
delete e;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user