Changeset 15557
- Timestamp:
- 05/08/12 17:56:34 (11 years ago)
- Location:
- titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/panel/panel_feed.h
r15484 r15557 16 16 17 17 if(tmpstr == NULL || ostrcmp(tmpstr, "") == 0 || ostrcmp(tmpstr, "\n") == 0) 18 tmpstr = ostrcat(tmpstr, " abcde.mynonpublic.com", 1, 0);18 tmpstr = ostrcat(tmpstr, "", 1, 0); 19 19 20 20 lastline = textinput(_("Feed"), tmpstr); … … 55 55 56 56 tmpstr = ostrcat(tmpstr, lastline, 1, 0); 57 tmpstr = ostrcat(tmpstr, " /svn/ipk/sh4/titan", 1, 0);57 tmpstr = ostrcat(tmpstr, ".mynonpublic.com/svn/ipk/sh4/titan", 1, 0); 58 58 writesys(getconfig("feed", NULL), tmpstr, 0); 59 59 } -
titan/settings/titan.cfg
r15506 r15557 96 96 sound=off 97 97 channellist=(BOUQUET)-MEIN TV 98 serviceid= 1200399 transponderid=666 2598 serviceid=28106 99 transponderid=66637 100 100 fe_00_sat1=192 101 101 fe_00_maxsat=1
Note: See TracChangeset
for help on using the changeset viewer.