Changeset 15334
- Timestamp:
- 04/20/12 16:16:18 (11 years ago)
- Location:
- titan
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/browser/browser.c
r12824 r15334 2 2 #include "../titan/debug.h" 3 3 #include "../titan/header.h" 4 5 extern struct skin* skin; 4 #include "browser.h" 6 5 7 6 char pluginname[] = "Internet Browser"; … … 28 27 void start(void) 29 28 { 30 char* tmpstr = NULL; 31 int rcret = 0; 32 33 status.sec = 0; //deaktivate spinner 34 setfbtransparent(255); 35 rcret = servicestop(status.aktservice, 1, 0); 36 if(rcret == 1) return; 37 38 tmpstr = ostrcat("nsfb -f linux ", getconfig("browserhome", NULL), 0, 0); 39 system(tmpstr); 40 free(tmpstr); 41 setosdtransparent(getskinconfigint("osdtransparent", NULL)); 42 drawscreen(skin, 0); 43 servicestart(status.lastservice->channel, NULL, NULL, 0); 44 sleep(2); 29 screenbrowser(); 45 30 } -
titan/settings/titan.cfg
r15143 r15334 116 116 standbytuneroff=1 117 117 scriptexecpath=/var/etc/titan/script 118 browserfavfile=/var/etc/titan/browserfav
Note: See TracChangeset
for help on using the changeset viewer.